Fix to Travis and Circle CIs.
This commit is contained in:
parent
59bed44817
commit
8ecb957819
5 changed files with 24 additions and 23 deletions
|
@ -27,46 +27,46 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
||||
compile 'com.android.support:support-v13:26.1.0'
|
||||
compile 'com.android.support:appcompat-v7:26.1.0'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile 'org.jetbrains.anko:anko-sdk23:0.10.2'
|
||||
compile 'org.jetbrains.anko:anko-appcompat-v7:0.10.2'
|
||||
compile 'org.jetbrains.anko:anko-support-v4:0.10.2'
|
||||
compile 'org.jetbrains.anko:anko-design:0.10.2'
|
||||
compile 'com.android.support:design:26.1.0'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
implementation 'com.android.support:support-v13:26.1.0'
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation 'org.jetbrains.anko:anko-sdk23:0.10.2'
|
||||
implementation 'org.jetbrains.anko:anko-appcompat-v7:0.10.2'
|
||||
implementation 'org.jetbrains.anko:anko-support-v4:0.10.2'
|
||||
implementation 'org.jetbrains.anko:anko-design:0.10.2'
|
||||
implementation 'com.android.support:design:26.1.0'
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
|
||||
|
||||
// https://github.com/JakeWharton/ViewPagerIndicator
|
||||
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
||||
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
|
||||
|
||||
// https://github.com/AndroidDeveloperLB/AutoFitTextView
|
||||
compile 'com.github.AndroidDeveloperLB:AutoFitTextView:4'
|
||||
implementation 'com.github.AndroidDeveloperLB:AutoFitTextView:4'
|
||||
|
||||
// https://github.com/hotchemi/PermissionsDispatcher
|
||||
compile 'com.github.hotchemi:permissionsdispatcher:3.0.1'
|
||||
implementation 'com.github.hotchemi:permissionsdispatcher:3.0.1'
|
||||
kapt 'com.github.hotchemi:permissionsdispatcher-processor:3.0.1'
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
|
||||
|
||||
// https://github.com/eggheadgames/android-about-box
|
||||
compile 'com.github.eggheadgames:android-about-box:1.3.1'
|
||||
implementation 'com.github.eggheadgames:android-about-box:1.3.1'
|
||||
//compile(name: 'library-debug', ext: 'aar')
|
||||
//compile 'com.github.daniel-stoneuk:material-about-library:2.2.1'
|
||||
compile 'com.android.support:animated-vector-drawable:26.1.0'
|
||||
compile 'com.android.support:cardview-v7:26.1.0'
|
||||
implementation 'com.android.support:animated-vector-drawable:26.1.0'
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
|
||||
// https://github.com/ACRA/acra
|
||||
compile 'ch.acra:acra:4.9.2'
|
||||
implementation 'ch.acra:acra:4.9.2'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://maven.google.com" }
|
||||
}
|
||||
|
||||
kapt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue