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 b6a1feb commit 8cacb84Copy full SHA for 8cacb84
app/build.gradle
@@ -42,7 +42,7 @@ android {
42
compileSdk 34
43
targetSdkVersion 34
44
versionCode versionProperties['VERSION_CODE'].toInteger()
45
- versionName "2.3.0"
+ versionName "2.4.0"
46
buildConfigField "java.util.Date", "buildTime", "new java.util.Date(" + System.currentTimeMillis() + "L)"
47
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
48
}
0 commit comments