Skip to content

Commit

Permalink
Updated version name and code in build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdle committed Nov 8, 2024
1 parent e723b55 commit a208292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.tommasoberlose.anotherwidget"
minSdkVersion 28
targetSdkVersion 33
versionCode 140
versionName "2.3.3.8"
versionCode 141
versionName "2.3.3.9"

buildConfigField("String", "GOOGLE_API_KEY", apikeyProperties['GOOGLE_API_KEY'])
}
Expand Down

0 comments on commit a208292

Please # to comment.