Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jul 1, 2022
1 parent a1679da commit 8cdb5d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.naver.maps.map.compose.demo"
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
versionCode 1_01_05
versionName "1.1.6-SNAPSHOT"
versionCode 1_01_06
versionName "1.1.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

GROUP=io.github.fornewid
VERSION_NAME=1.1.6-SNAPSHOT
VERSION_NAME=1.1.6

POM_DESCRIPTION=NAVER Map Android SDK for Jetpack Compose

Expand Down

0 comments on commit 8cdb5d3

Please sign in to comment.