Skip to content

Commit

Permalink
v1465
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 12, 2024
1 parent 1aee342 commit d1b01e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
version-code = "1459"
version-code = "1465"
sdk-compile = "34"
sdk-min = "24"
androidxActivity = "1.8.2"
Expand Down
4 changes: 2 additions & 2 deletions wearApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
applicationId = "fr.paug.androidmakers"
minSdk = 30
targetSdk = 34
versionCode = 1
targetSdk = 33
versionCode = libs.versions.version.code.get().toInt()
versionName = "1.0"
vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit d1b01e3

Please sign in to comment.