Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Aug 6, 2021
1 parent aedf152 commit 1fe09d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ dependencies {
// implementation "io.insert-koin:koin-androidx-ext:$Versions.koin_version"

implementation project(':sdk')
// implementation 'com.github.iamport:iamport-android:v1.0.0-dev11'
// implementation 'com.github.iamport:iamport-android:v1.0.0-dev12'
}

4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 디펜던시 업데이트 확인 ./gradlew dependencyUpdates -Drevision=release
object Versions {
const val versionCode = 210804001 // yymmdd000
const val versionName = "1.0.0-dev11" // prod(x.y.z), dev(x.y.z-dev00)
const val versionCode = 210806001 // yymmdd000
const val versionName = "1.0.0-dev12" // prod(x.y.z), dev(x.y.z-dev00)

const val gradle_versions_plugin = "0.39.0"
const val gradle_version = "4.1.1"
Expand Down

0 comments on commit 1fe09d5

Please sign in to comment.