Skip to content

Commit

Permalink
incremented version code 130
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkrebs committed Mar 19, 2024
1 parent 525ec55 commit d3516f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId = "com.emilkrebs.watchlock"
minSdk = 33
targetSdk = 34
versionCode = 2
versionCode = 130
versionName = "1.3.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Binary file added mobile/release/mobile-release.aab
Binary file not shown.
2 changes: 1 addition & 1 deletion mobile/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.2.0",
"versionName": "1.3.0",
"outputFile": "mobile-release.apk"
}
],
Expand Down
6 changes: 3 additions & 3 deletions wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {

defaultConfig {
applicationId = "com.emilkrebs.watchlock"
minSdk = 33
targetSdk = 34
versionCode = 2
minSdk = 30
targetSdk = 33
versionCode = 130
versionName = "1.3.0"

vectorDrawables {
Expand Down
Binary file modified wear/release/wear-release.aab
Binary file not shown.

0 comments on commit d3516f2

Please sign in to comment.