From 0496f96da694b1e068065444e7ab7fc7323f22a1 Mon Sep 17 00:00:00 2001 From: bossanyit Date: Mon, 8 Nov 2021 21:48:55 +0100 Subject: [PATCH] WT 1.1.24+7 traning plan fixes --- android/app/build.gradle | 8 +- android/app/src/main/AndroidManifest.xml | 3 +- ios/Podfile.lock | 217 ++++++++------- ios/Runner.xcodeproj/project.pbxproj | 6 +- ios/Runner/Info.plist | 2 + .../training_plan/training_plan_bloc.dart | 6 +- lib/model/customer.dart | 3 + lib/repository/training_plan_repository.dart | 1 + lib/util/purchases.dart | 2 +- lib/view/exercise_log_page.dart | 31 ++- lib/view/training_plan_execute.dart | 260 ++++++++++-------- pubspec.lock | 8 +- pubspec.yaml | 4 +- 13 files changed, 295 insertions(+), 256 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4e88905..672fd2c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 28 + compileSdkVersion 30 sourceSets { main.java.srcDirs += 'src/main/kotlin' @@ -46,7 +46,7 @@ android { defaultConfig { applicationId "com.aitrainer.aitrainer_app" minSdkVersion 20 - targetSdkVersion 29 + targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName multiDexEnabled true @@ -75,9 +75,11 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'com.google.firebase:firebase-analytics:18.0.0' + implementation 'com.google.firebase:firebase-analytics:20.0.0' implementation 'com.facebook.android:facebook-login:5.15.3' implementation 'com.android.support:multidex:1.0.3' implementation 'com.google.firebase:firebase-messaging:20.1.0' + implementation 'com.google.firebase:firebase-core:20.0.0' + implementation 'com.google.firebase:firebase-inappmessaging-display:20.1.1' } sourceCompatibility = '1.8' \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 71e1f63..277d4ed 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -27,12 +27,13 @@ - + +