diff --git a/Android/app/build.gradle b/Android/app/build.gradle index a59d83ef..a1590b07 100644 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -55,8 +55,8 @@ android { // Firebase Crashlytics requires SDK version 16. minSdkVersion ANDROID_MIN_SDK_VERSION as int targetSdkVersion ANDROID_TARGET_SDK_VERSION as int - versionCode 68 - versionName "1.3.10" + versionCode 72 + versionName "1.4.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }