We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7823071 commit 15688f7Copy full SHA for 15688f7
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "com.sunnychung.application"
13
-version = "1.4.3" // must be in 'x.y.z' for native distributions
+version = "1.5.0-SNAPSHOT" // must be in 'x.y.z' for native distributions
14
15
repositories {
16
google()
0 commit comments