Skip to content

Commit

Permalink
bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Jul 5, 2024
1 parent 590f5f7 commit cdd5cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ google-services.json
*.hprof
app/release/output-metadata.json
app/release/app-release.aab
app/release/baselineProfiles/1/WeatherShortcut-release-1.3.dm
app/release/baselineProfiles/0/WeatherShortcut-release-1.3.dm
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId = "de.kaiserdragon.weathershortcut"
minSdk = 24
targetSdk = 34
versionCode = 3
versionCode = 4
versionName = "1.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit cdd5cc0

Please sign in to comment.