diff --git a/android/app/build.gradle b/android/app/build.gradle index 4d621af3..135d7661 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -36,7 +36,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion compileSdk rootProject.ext.compileSdkVersion - versionCode 9203191 + versionCode 9203193 versionName "14.9.0" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 570c2d64..85f3ad75 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,10 @@ + + @@ -11,6 +15,9 @@ + 11.0) - FirebaseInstallations (~> 11.0) - - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - - GoogleUtilities/MethodSwizzler (~> 8.0) - - GoogleUtilities/Network (~> 8.0) - - "GoogleUtilities/NSData+zlib (~> 8.0)" - - nanopb (~> 3.30910.0) - - FirebaseAnalytics/AdIdSupport (11.2.0): - - FirebaseCore (~> 11.0) - - FirebaseInstallations (~> 11.0) - - GoogleAppMeasurement (= 11.2.0) + - GoogleAppMeasurement/WithoutAdIdSupport (= 11.2.0) - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) - GoogleUtilities/Network (~> 8.0) @@ -131,20 +122,6 @@ PODS: - PromisesSwift (~> 2.1) - fmt (9.1.0) - glog (0.3.5) - - GoogleAppMeasurement (11.2.0): - - GoogleAppMeasurement/AdIdSupport (= 11.2.0) - - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - - GoogleUtilities/MethodSwizzler (~> 8.0) - - GoogleUtilities/Network (~> 8.0) - - "GoogleUtilities/NSData+zlib (~> 8.0)" - - nanopb (~> 3.30910.0) - - GoogleAppMeasurement/AdIdSupport (11.2.0): - - GoogleAppMeasurement/WithoutAdIdSupport (= 11.2.0) - - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - - GoogleUtilities/MethodSwizzler (~> 8.0) - - GoogleUtilities/Network (~> 8.0) - - "GoogleUtilities/NSData+zlib (~> 8.0)" - - nanopb (~> 3.30910.0) - GoogleAppMeasurement/WithoutAdIdSupport (11.2.0): - GoogleUtilities/AppDelegateSwizzler (~> 8.0) - GoogleUtilities/MethodSwizzler (~> 8.0) @@ -1922,7 +1899,7 @@ DEPENDENCIES: - ExpoSecureStore (from `../node_modules/expo-secure-store/ios`) - EXTaskManager (from `../node_modules/expo-task-manager/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - - FirebaseAnalytics + - FirebaseAnalytics/WithoutAdIdSupport - FirebaseCrashlytics - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) @@ -2345,6 +2322,6 @@ SPEC CHECKSUMS: UMAppLoader: f17a5ee8e85b536ace0fc254b447a37ed198d57e Yoga: 33604ac44957ebe3f30f15b4cd0a3f96634e624a -PODFILE CHECKSUM: 06fbd7eae934c70ef102603e9f8ec49949321775 +PODFILE CHECKSUM: 045162471d5a4f39655a9ce23ef4cf9a50ab825b COCOAPODS: 1.15.2 diff --git a/ios/learnX.xcodeproj/project.pbxproj b/ios/learnX.xcodeproj/project.pbxproj index 049c80fb..0b0cead3 100644 --- a/ios/learnX.xcodeproj/project.pbxproj +++ b/ios/learnX.xcodeproj/project.pbxproj @@ -509,7 +509,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; - CURRENT_PROJECT_VERSION = 3191; + CURRENT_PROJECT_VERSION = 3193; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = G896QC26MC; ENABLE_BITCODE = NO; @@ -553,7 +553,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements; - CURRENT_PROJECT_VERSION = 3191; + CURRENT_PROJECT_VERSION = 3193; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = G896QC26MC; INFOPLIST_FILE = learnX/Info.plist;