Skip to content

Commit

Permalink
- bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo03v committed Mar 24, 2024
1 parent 7c34f69 commit 43b071b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "cloud.pablos.overload"
minSdk = 26
targetSdk = 34
versionCode = 141
versionName = "0.14.1"
versionCode = 150
versionName = "0.15.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 141,
"versionName": "0.14.1",
"versionCode": 150,
"versionName": "0.15.0",
"outputFile": "app-release.apk"
}
],
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/150.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- adds ability to edit existing items

0 comments on commit 43b071b

Please sign in to comment.