Skip to content

Commit

Permalink
update version name to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
llopisdon committed Mar 26, 2022
1 parent 34b0516 commit 3066116
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.6"
versionName "1.1.7"

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

0 comments on commit 3066116

Please sign in to comment.