We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf8637 commit 0962affCopy full SHA for 0962aff
1 file changed
app/build.gradle
@@ -11,7 +11,7 @@ android {
11
minSdk 24
12
targetSdk 32
13
versionCode 7
14
- versionName "0.1.4"
+ versionName "0.1.5-pre.1"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
@@ -57,4 +57,4 @@ dependencies {
57
testImplementation 'junit:junit:4.13.2'
58
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
59
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
60
-}
+}
0 commit comments