Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Aug 7, 2020
1 parent f94e5fd commit 769413f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation "androidx.appcompat:appcompat:${libs.appcompat}"
implementation 'androidx.multidex:multidex:2.0.1'
testImplementation 'junit:junit:4.12'

Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ ext {
]

libraries = [
appcompat : "1.2.0",

kotlinx_coroutines_core: "1.3.8",

rxandroid : "2.0.1",
rxjava : "2.2.18",
rxandroid : "2.1.1",
rxjava : "2.2.19",

retrofit : "2.3.0",
okhttp3 : "4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion debug_view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly "androidx.appcompat:appcompat:${libs.appcompat}"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down

0 comments on commit 769413f

Please sign in to comment.