Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
kandrelczyk committed Jan 12, 2025
1 parent 624974f commit 31b81bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions PRE-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

1. Bump version in tauri.conf.json
2. Bump version in android-files/AndroidManifest.xml
3. Bump versions in Cargo.toml
3. Add release description to latest.md
3. Bump version in android-files/build.grade.kts
4. Bump versions in Cargo.toml
5. Add release description to latest.md

4 changes: 2 additions & 2 deletions android-files/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "net.curiana.recipes"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "0.1.1"
versionCode = 2
versionName = "0.2.0"
}
buildTypes {
getByName("debug") {
Expand Down

0 comments on commit 31b81bc

Please sign in to comment.