Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Aug 13, 2022
1 parent 3bdeff4 commit 710e3ac
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_02_00
versionName "1.2.1-SNAPSHOT"
versionCode 1_02_01
versionName "1.2.1"

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.2.1-SNAPSHOT
VERSION_NAME=1.2.1

POM_DESCRIPTION=NAVER Map Android SDK for Jetpack Compose

Expand Down

0 comments on commit 710e3ac

Please sign in to comment.