diff --git a/README.md b/README.md index 14f2b83..d4bcad6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ or to facilitate user input for internet radio sites. This app has been designed to run across all platforms! -- Android -- iOS +- Android ([Google Play Store](https://play.google.com/store/apps/details?id=net.ything.radio.android)) +- iOS (Requires [TestFlight](https://itunes.apple.com/us/app/testflight/id899247664?mt=8), contact info@ything.app for invitation) - MacOS - Windows - Linux @@ -25,6 +25,5 @@ Want to have us modify this app for you? Reach out to info@ything.app Coming Soon: - Apple App Store Live Demo! -- Google Play Store Live Demo! - Windows portable exe - Screenshots / Demo Videos diff --git a/android/app/build.gradle b/android/app/build.gradle index 5627d89..c99e721 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -31,10 +31,10 @@ android { applicationId = "net.ything.radio.android" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. - minSdk = flutter.minSdkVersion - targetSdk = flutter.targetSdkVersion - versionCode = flutter.versionCode - versionName = flutter.versionName + minSdk = 24 + targetSdk = 34 + versionCode = 2 + versionName = "1.0.2" } diff --git a/pubspec.yaml b/pubspec.yaml index 39edca6..f4fe0c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.1+a +version: 1.0.2 environment: sdk: ^3.5.1