Skip to content

Commit

Permalink
set version name to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llopisdon committed Aug 21, 2021
1 parent 746c977 commit ca24396
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 @@ -16,7 +16,7 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "1.0.1"

def apodApiKey = project.findProperty("apodktm_nasa_apod_api_key") ?: 'DEMO_KEY'
println("APOD KEY: $apodApiKey")
Expand Down

0 comments on commit ca24396

Please sign in to comment.