We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff2d9d commit ff5c7ecCopy full SHA for ff5c7ec
Android/app/build.gradle
@@ -55,8 +55,8 @@ android {
55
// Firebase Crashlytics requires SDK version 16.
56
minSdkVersion ANDROID_MIN_SDK_VERSION as int
57
targetSdkVersion ANDROID_TARGET_SDK_VERSION as int
58
- versionCode 68
59
- versionName "1.3.10"
+ versionCode 71
+ versionName "1.4.1"
60
vectorDrawables.useSupportLibrary = true
61
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
62
}
0 commit comments