We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530b93d commit d44e7ceCopy full SHA for d44e7ce
1 file changed
claimManagement/build.gradle
@@ -27,7 +27,7 @@ android {
27
minSdkVersion 21
28
targetSdkVersion 32
29
versionCode 4
30
- versionName System.getenv("APP_VERSION") ?: "2.4.0"
+ versionName System.getenv("APP_VERSION") ?: "2.4.5"
31
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
32
}
33
buildTypes {
0 commit comments