We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11bed0 commit a283dcaCopy full SHA for a283dca
lib/build.gradle.kts
@@ -15,7 +15,7 @@ android {
15
setMinSdkVersion(property("minSdkVersion") as Int)
16
setTargetSdkVersion(property("targetSdkVersion") as Int)
17
versionCode = 1
18
- versionName = "0.10.0"
+ versionName = "0.10.1"
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
}
21
buildTypes["release"].isMinifyEnabled = false
0 commit comments