diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b84484..69642c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks - run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV - + - run: dart tool/env.dart - run: name: Build the Android version command: flutter build apk --split-per-abi --no-shrink diff --git a/README.md b/README.md index 02a474f..9613e66 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-t p

+

Enjoy podcasts with Tsacdop. diff --git a/android/app/build.gradle b/android/app/build.gradle index 5a8e443..9914def 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.stonegate.tsacdop" - minSdkVersion 16 + minSdkVersion 19 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 54d65c5..307649b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - +