Skip to content

Commit 2242d74

Browse files
committed
Bump to v3.1.1
1 parent 39cf2dd commit 2242d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
applicationId = "io.trewartha.positional"
4343
minSdk = libs.versions.android.sdk.min.get().toInt()
4444
targetSdk = libs.versions.android.sdk.target.get().toInt()
45-
versionCode = 21030100
46-
versionName = "3.1.0"
45+
versionCode = 21030101
46+
versionName = "3.1.1"
4747

4848
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4949
testInstrumentationRunnerArguments["clearPackageData"] = "true"

0 commit comments

Comments
 (0)