Skip to content

Commit

Permalink
BAHNHOFLIVE-2014 Eliminate jCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodeelements committed Aug 24, 2021
1 parent abc99bb commit 7aedc9a
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 33 deletions.
53 changes: 37 additions & 16 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

9 changes: 8 additions & 1 deletion .idea/runConfigurations/app_community.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
buildscript {
ext.kotlin_version = '1.5.21'
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
Expand All @@ -21,8 +21,8 @@ allprojects {
maven {
url "https://maven.google.com"
}
jcenter()
google()
mavenCentral()
}
}

Expand Down
2 changes: 1 addition & 1 deletion modules/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
api 'com.google.android.gms:play-services-maps:17.0.1'
implementation 'com.google.firebase:firebase-messaging:22.0.0'
api 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.android:flexbox:1.1.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation 'com.jakewharton:disklrucache:2.0.2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

Expand Down

0 comments on commit 7aedc9a

Please sign in to comment.