Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Jan 7, 2024
1 parent 1c4883b commit 3b5371d
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 = 21030007
versionName = "3.0.7"
versionCode = 21030100
versionName = "3.1.0"

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

0 comments on commit 3b5371d

Please sign in to comment.