Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
"WARNING: Configuration 'compile' is obsolete and has been replaced with 'imp"
and
"Could not find org.jetbrains.trove4j:trove4j"
on travis
  • Loading branch information
lishoujun committed Oct 8, 2018
1 parent 9222611 commit ca1421a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ buildscript {
apply plugin: 'com.android.application'

repositories {
mavenCentral()
jcenter()
google()
}

dependencies {
compile 'com.android.support:support-v4:23.3.0'
compile 'de.cketti.library.changelog:ckchangelog:1.2.2'
implementation 'com.android.support:support-v4:23.3.0'
implementation 'de.cketti.library.changelog:ckchangelog:1.2.2'
}

android {
Expand Down

0 comments on commit ca1421a

Please sign in to comment.