Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Jul 28, 2021
1 parent dd30e03 commit 7b4edf3
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-dev07'
// implementation 'com.github.iamport:iamport-android:v1.0.0-dev09'
}

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 = 210720001 // yymmdd000
const val versionName = "1.0.0-dev08" // prod(x.y.z), dev(x.y.z-dev00)
const val versionCode = 210728001 // yymmdd000
const val versionName = "1.0.0-dev09" // prod(x.y.z), dev(x.y.z-dev00)

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

0 comments on commit 7b4edf3

Please sign in to comment.