Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Dec 30, 2024
1 parent d835a8c commit c33aed7
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -19,8 +19,8 @@ android {
applicationId = "de.lemke.oneurl"
minSdk = 26
targetSdk = 35
versionCode = 24
versionName = "1.4.1"
versionCode = 25
versionName = "1.5.1"
resourceConfigurations += listOf("en", "de")
ksp { arg("room.schemaLocation", "$projectDir/schemas") }
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
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": 23,
"versionName": "1.4.0",
"versionCode": 24,
"versionName": "1.5.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit c33aed7

Please sign in to comment.