Skip to content

Commit ac38b26

Browse files
set versionName to 1.1.2
1 parent 6037fd5 commit ac38b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 22
1717
targetSdkVersion 30
1818
versionCode 1
19-
versionName "1.1.1"
19+
versionName "1.1.2"
2020

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

8686
implementation 'com.github.Baseflow:PhotoView:2.3.0'
87-
}
87+
}

0 commit comments

Comments
 (0)