Skip to content

Commit

Permalink
update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kjh5833 committed Mar 23, 2021
1 parent 155ddc8 commit 2ae19ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {

const val koin_version = "2.2.2"
const val retrofit_version = "2.9.0"
const val logging_interceptor = "4.7.1"
const val logging_interceptor = "4.9.0"

// Gson
const val gson = "2.8.6"
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 210322001 // yymmdd000
versionName "0.0.6-dev07" // prod(x.y.z), dev(x.y.z-dev00)
versionCode 210323001 // yymmdd000
versionName "0.0.6-dev08" // prod(x.y.z), dev(x.y.z-dev00)
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 2ae19ef

Please sign in to comment.