We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cf2dd commit 2242d74Copy full SHA for 2242d74
app/build.gradle.kts
@@ -42,8 +42,8 @@ android {
42
applicationId = "io.trewartha.positional"
43
minSdk = libs.versions.android.sdk.min.get().toInt()
44
targetSdk = libs.versions.android.sdk.target.get().toInt()
45
- versionCode = 21030100
46
- versionName = "3.1.0"
+ versionCode = 21030101
+ versionName = "3.1.1"
47
48
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
49
testInstrumentationRunnerArguments["clearPackageData"] = "true"
0 commit comments