Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jun 1, 2022
1 parent ee91938 commit 75cfc40
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_00_00
versionName "1.0.0"
versionCode 1_01_00
versionName "1.1.0"

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.0.0
VERSION_NAME=1.1.0

POM_DESCRIPTION=NAVER Map Android SDK for Jetpack Compose

Expand Down

0 comments on commit 75cfc40

Please sign in to comment.