Skip to content

Commit

Permalink
Bump to v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Dec 9, 2023
1 parent 51f6504 commit 579b3d6
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 @@ -38,8 +38,8 @@ android {
applicationId = "io.trewartha.positional"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 21030006
versionName = "3.0.6"
versionCode = 21030007
versionName = "3.0.7"

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

0 comments on commit 579b3d6

Please sign in to comment.