Skip to content

Commit

Permalink
Bump to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrewartha committed Dec 3, 2023
1 parent 0f58607 commit a0a67e4
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 = 21030003
versionName = "3.0.3"
versionCode = 21030004
versionName = "3.0.4"

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

0 comments on commit a0a67e4

Please sign in to comment.