Skip to content

Commit 11ad9a5

Browse files
Merge pull request #1 from vitalyster/dependency_updates
Remove jcenter repo and other dependency updates
2 parents d10cfe3 + 5e99a8b commit 11ad9a5

7 files changed

Lines changed: 162 additions & 133 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:4.1.2'
9+
classpath 'com.android.tools.build:gradle:4.2.1'
1010
}
1111
}
1212

@@ -16,8 +16,8 @@ plugins {
1616

1717
allprojects {
1818
repositories {
19-
jcenter()
2019
google()
20+
mavenCentral()
2121
maven { url "https://jitpack.io" }
2222
}
2323
}

chatkit/build.gradle

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven-publish'
33

44
android {
5-
compileSdkVersion 29
6-
buildToolsVersion '29.0.2'
5+
compileSdkVersion 30
76

87
defaultConfig {
98
minSdkVersion 14
@@ -41,10 +40,8 @@ android {
4140
}
4241

4342
dependencies {
44-
implementation fileTree(dir: 'libs', include: ['*.jar'])
45-
46-
implementation 'androidx.appcompat:appcompat:1.2.0'
47-
implementation 'com.google.android.material:material:1.2.1'
48-
implementation "com.google.android:flexbox:1.0.0"
49-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
43+
implementation 'androidx.appcompat:appcompat:1.3.0'
44+
implementation 'com.google.android.material:material:1.3.0'
45+
implementation "com.google.android.flexbox:flexbox:3.0.0"
46+
implementation 'androidx.recyclerview:recyclerview:1.2.0'
5047
}

gradle/wrapper/gradle-wrapper.jar

5.15 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Feb 09 17:12:38 EET 2021
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

gradlew

Lines changed: 128 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)