Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Steffensen committed Aug 18, 2020
1 parent d82a3f6 commit f08627b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions amkotlinutil/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ android {
}

dependencies {
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.appcompat:appcompat:1.2.0'
compileOnly 'com.google.android.material:material:1.3.0-alpha02'
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly 'androidx.constraintlayout:constraintlayout:2.0.0-beta8'
compileOnly 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
compileOnly 'androidx.multidex:multidex:2.0.1'
compileOnly 'org.greenrobot:eventbus:3.1.1'
compileOnly 'com.github.bumptech.glide:glide:4.11.0'
Expand All @@ -67,11 +67,10 @@ dependencies {
compileOnly 'com.github.ChristianSteffensen.Conductor:conductor:599302efbe'
compileOnly 'com.github.ChristianSteffensen.Conductor:conductor-support:599302efbe'
compileOnly 'com.github.ChristianSteffensen.Conductor:conductor-rxlifecycle2:599302efbe'
compileOnly "io.reactivex.rxjava3:rxjava:3.0.4"
compileOnly 'io.reactivex.rxjava3:rxandroid:3.0.0'
compileOnly "io.reactivex.rxjava3:rxkotlin:3.0.0"
implementation "io.reactivex.rxjava3:rxjava:3.0.4"
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation "io.reactivex.rxjava3:rxkotlin:3.0.0"
compileOnly 'jp.wasabeef:blurry:3.0.0'
api "com.github.akarnokd:rxjava3-extensions:3.0.0"
compileOnly 'com.jakewharton.rxbinding4:rxbinding:4.0.0'
compileOnly 'com.jakewharton.rxbinding4:rxbinding-core:4.0.0'
compileOnly 'com.jakewharton.rxbinding4:rxbinding-appcompat:4.0.0'
Expand All @@ -83,10 +82,11 @@ dependencies {
compileOnly 'com.jakewharton.rxbinding4:rxbinding-viewpager:4.0.0'
compileOnly 'com.jakewharton.rxbinding4:rxbinding-viewpager2:4.0.0'
compileOnly 'com.jakewharton.rxbinding4:rxbinding-material:4.0.0'
api 'com.github.akarnokd:rxjava3-extensions:3.0.0'
compileOnly 'com.xwray:groupie:2.8.0'
compileOnly 'com.xwray:groupie-kotlin-android-extensions:2.8.0'
compileOnly 'jp.wasabeef:recyclerview-animators:3.0.0'
compileOnly 'com.squareup.retrofit2:retrofit:2.7.1'
compileOnly 'com.squareup.retrofit2:retrofit:2.9.0'
compileOnly 'androidx.core:core-ktx:1.3.1'
compileOnly 'com.greysonparrelli.permiso:permiso:0.3.0'
compileOnly 'com.github.ajalt:timberkt:1.5.1'
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ buildscript {
}

repositories {
google()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
google()
}

dependencies {
Expand All @@ -29,10 +29,9 @@ apply plugin: "org.jlleitschuh.gradle.ktlint"

allprojects {
repositories {
google()
jcenter()
maven { url 'https://maven.google.com' }
maven { url 'https://jitpack.io' }
mavenCentral()
google()
}
}

0 comments on commit f08627b

Please sign in to comment.