We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d02f2 commit 18f11f1Copy full SHA for 18f11f1
app/build.gradle.kts
@@ -33,8 +33,8 @@ android {
33
applicationId = "io.trewartha.positional"
34
minSdk = libs.versions.android.sdk.min.get().toInt()
35
targetSdk = libs.versions.android.sdk.target.get().toInt()
36
- versionCode = 21030005
37
- versionName = "3.0.5"
+ versionCode = 21030006
+ versionName = "3.0.6"
38
39
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
40
testInstrumentationRunnerArguments["clearPackageData"] = "true"
0 commit comments