Skip to content

Commit

Permalink
build: deprecate jCenter, remove koptional
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed May 9, 2021
1 parent ae91356 commit b2391f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Expand Up @@ -85,9 +85,6 @@ dependencies {
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
implementation("com.jakewharton.rxrelay2:rxrelay:2.1.1")

//Rx optional
implementation("com.gojuno.koptional:koptional:1.7.0")
implementation("com.gojuno.koptional:koptional-rxjava2-extensions:1.7.0")

//Networking
implementation("com.squareup.retrofit2:retrofit:2.6.4")
Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Expand Up @@ -24,7 +24,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
maven("https://jitpack.io")
}
dependencies {
Expand All @@ -49,7 +48,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
jcenter() // We need this for matomo!!
maven("https://jitpack.io")
}

Expand Down

0 comments on commit b2391f0

Please sign in to comment.