Skip to content

Commit

Permalink
Bump to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Dec 3, 2023
1 parent 85cb22f commit 2c3db44
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 @@ -33,8 +33,8 @@ android {
applicationId = "io.trewartha.positional"
minSdk = libs.versions.android.sdk.min.get().toInt()
targetSdk = libs.versions.android.sdk.target.get().toInt()
versionCode = 21030004
versionName = "3.0.4"
versionCode = 21030005
versionName = "3.0.5"

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

0 comments on commit 2c3db44

Please sign in to comment.