updated for google play store / app store
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user