Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Jun 16, 2022
1 parent 6d6f086 commit 663755c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk
versionCode 1_01_04
versionName "1.1.4-SNAPSHOT"
versionName "1.1.4"

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.4-SNAPSHOT
VERSION_NAME=1.1.4

POM_DESCRIPTION=NAVER Map Android SDK for Jetpack Compose

Expand Down

0 comments on commit 663755c

Please sign in to comment.