diff --git a/README.md b/README.md index fd96672..d6b1352 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ The WorkoutTest Mobile Application -live 1.1.3 +live 1.1.5 diff --git a/android/app/build.gradle b/android/app/build.gradle index 35efa81..4132ce4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { applicationId "com.aitrainer.aitrainer_app" - minSdkVersion 16 + minSdkVersion 18 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/app/google-services.json b/android/app/google-services.json index 778839c..774f932 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -14,6 +14,30 @@ } }, "oauth_client": [ + { + "client_id": "926782702216-237m2fsnnl6e9kufvommqlig6kh0306v.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.aitrainer.aitrainer_app", + "certificate_hash": "48a14ac298aea01f57a4b1fa85b62b4214529697" + } + }, + { + "client_id": "926782702216-2f57akehq02uup6sbnuobbu4pth2a5do.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.aitrainer.aitrainer_app", + "certificate_hash": "35571ad544a6ac0d062eed92a6d2d40f0cb63116" + } + }, + { + "client_id": "926782702216-4hfe454mnu2bv28m8cqbguvjg3mom3fd.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.aitrainer.aitrainer_app", + "certificate_hash": "0bed1641af363cf58750d95595f4521e596827f2" + } + }, { "client_id": "926782702216-al3vjap51m6pgpa066d1oni0bdjpu7pr.apps.googleusercontent.com", "client_type": 3 @@ -30,6 +54,14 @@ { "client_id": "926782702216-al3vjap51m6pgpa066d1oni0bdjpu7pr.apps.googleusercontent.com", "client_type": 3 + }, + { + "client_id": "926782702216-2nsi7d9at3pc5ts8gkobt5697v590kb9.apps.googleusercontent.com", + "client_type": 2, + "ios_info": { + "bundle_id": "com.aitrainer.app", + "app_store_id": "1515271425" + } } ] } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a80fc66..dc8afb2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -16,7 +16,9 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:allowBackup="false" + android:fullBackupContent="false">