Skip to content

Commit

Permalink
Remove jcenter and android-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jun 28, 2022
1 parent 9494760 commit ddf1de1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -25,7 +25,7 @@ plugins {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group = "com.redmadrobot.build"

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

gradlePlugin {
Expand Down
1 change: 0 additions & 1 deletion pinkman-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id(Android.libraryPlugin)
kotlin(Kotlin.androidPlugin)
kotlin(Kotlin.androidExtensions)
id("publishPlugin")
}

Expand Down
1 change: 0 additions & 1 deletion pinkman-rx3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id(Android.libraryPlugin)
kotlin(Kotlin.androidPlugin)
kotlin(Kotlin.androidExtensions)
id("publishPlugin")
}

Expand Down
1 change: 0 additions & 1 deletion pinkman-ui/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id(Android.libraryPlugin)
kotlin(Kotlin.androidPlugin)
kotlin(Kotlin.androidExtensions)
id("publishPlugin")
}

Expand Down
1 change: 0 additions & 1 deletion pinkman/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id(Android.libraryPlugin)
kotlin(Kotlin.androidPlugin)
kotlin(Kotlin.androidExtensions)
id("publishPlugin")
}

Expand Down

0 comments on commit ddf1de1

Please sign in to comment.