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!
|
This app has been designed to run across all platforms!
|
||||||
|
|
||||||
- Android
|
- Android ([Google Play Store](https://play.google.com/store/apps/details?id=net.ything.radio.android))
|
||||||
- iOS
|
- iOS (Requires [TestFlight](https://itunes.apple.com/us/app/testflight/id899247664?mt=8), contact info@ything.app for invitation)
|
||||||
- MacOS
|
- MacOS
|
||||||
- Windows
|
- Windows
|
||||||
- Linux
|
- Linux
|
||||||
@@ -25,6 +25,5 @@ Want to have us modify this app for you? Reach out to info@ything.app
|
|||||||
Coming Soon:
|
Coming Soon:
|
||||||
|
|
||||||
- Apple App Store Live Demo!
|
- Apple App Store Live Demo!
|
||||||
- Google Play Store Live Demo!
|
|
||||||
- Windows portable exe
|
- Windows portable exe
|
||||||
- Screenshots / Demo Videos
|
- Screenshots / Demo Videos
|
||||||
|
|||||||
@@ -31,10 +31,10 @@ android {
|
|||||||
applicationId = "net.ything.radio.android"
|
applicationId = "net.ything.radio.android"
|
||||||
// You can update the following values to match your application needs.
|
// You can update the following values to match your application needs.
|
||||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||||
minSdk = flutter.minSdkVersion
|
minSdk = 24
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = 34
|
||||||
versionCode = flutter.versionCode
|
versionCode = 2
|
||||||
versionName = flutter.versionName
|
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
|
# 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
|
# 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.
|
# 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:
|
environment:
|
||||||
sdk: ^3.5.1
|
sdk: ^3.5.1
|
||||||
|
|||||||
Reference in New Issue
Block a user