Skip to content

Commit

Permalink
Merge pull request #99 from hossain-khan/version
Browse files Browse the repository at this point in the history
[BUMP] version for next release
  • Loading branch information
hossain-khan authored Jan 10, 2025
2 parents dd1b034 + 6634a6e commit 516a463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId = "dev.hossain.weatheralert"
minSdk = 30
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.1"

// Read API key from local.properties
val apiKey: String =
Expand Down

0 comments on commit 516a463

Please sign in to comment.