Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGitro committed Jul 6, 2024
1 parent 4c05b7d commit 3ad0db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ bin/
/captures
/local.properties
*.jks
/app/relese/*
/app/release/*
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "website.leifs.delta.breezyweather"
minSdk = 11
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "2.0"

}

Expand Down

0 comments on commit 3ad0db2

Please sign in to comment.