mobile: fix android crash api 34

This commit is contained in:
Ammar Ahmed
2024-08-10 16:29:05 +05:00
parent fcf0e0c531
commit d94474de79
2 changed files with 54 additions and 45199 deletions

View File

@@ -117,7 +117,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 3022
versionCode 3023
versionName getNpmVersion()
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

File diff suppressed because one or more lines are too long