Skip to content

Commit

Permalink
Bump to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Jan 14, 2024
1 parent 39cf2dd commit 2242d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId = "io.trewartha.positional"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 21030100
versionName = "3.1.0"
versionCode = 21030101
versionName = "3.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
Expand Down

0 comments on commit 2242d74

Please sign in to comment.