Skip to content

Commit

Permalink
set versionName to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llopisdon committed Sep 4, 2021
1 parent 6037fd5 commit ac38b26
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,7 +16,7 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 1
versionName "1.1.1"
versionName "1.1.2"

def apodApiKey = project.findProperty("apodktm_nasa_apod_api_key") ?: 'DEMO_KEY'
println("APOD KEY: $apodApiKey")
Expand Down Expand Up @@ -84,4 +84,4 @@ dependencies {
implementation "io.coil-kt:coil:1.3.1"

implementation 'com.github.Baseflow:PhotoView:2.3.0'
}
}

0 comments on commit ac38b26

Please sign in to comment.