We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7029bf6 commit 944a789Copy full SHA for 944a789
app/build.gradle
@@ -42,7 +42,7 @@ android {
42
compileSdk 34
43
targetSdkVersion 34
44
versionCode versionProperties['VERSION_CODE'].toInteger()
45
- versionName "2.5.0"
+ versionName "2.5.1"
46
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
47
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
48
}
0 commit comments