Skip to content

Commit

Permalink
update version name to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
llopisdon committed Mar 26, 2022
1 parent 4a7fb22 commit 31dcb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdkVersion 22
targetSdkVersion 31
versionCode 1
versionName "1.1.8"
versionName "1.1.9"

def apodApiKey = localProperties["nasa_apod_api_key"] ?: 'DEMO_KEY'
println("APOD KEY: $apodApiKey")
Expand Down

0 comments on commit 31dcb93

Please sign in to comment.