File tree 4 files changed +12
-15
lines changed
4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.4.10 '
4
+ ext. kotlin_version = ' 1.5.21 '
5
5
repositories {
6
- jcenter ()
6
+ mavenCentral ()
7
7
google()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.0 '
10
+ classpath ' com.android.tools.build:gradle:4.2.2 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
-
13
- // For the library uploading to the Bintray
14
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
15
12
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
16
13
}
17
14
}
18
15
19
16
allprojects {
20
17
repositories {
21
- jcenter ()
18
+ mavenCentral ()
22
19
google()
23
20
}
24
21
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
ext {
15
15
publishedGroupId = ' com.github.terrakok'
16
16
artifact = ' cicerone'
17
- libraryVersion = ' 7.0 '
17
+ libraryVersion = ' 7.1 '
18
18
}
19
19
20
20
project. archivesBaseName = artifact // to fix that project name different from artifact name
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-kapt'
4
4
5
5
repositories {
6
- jcenter ()
6
+ mavenCentral ()
7
7
}
8
8
9
9
android {
@@ -42,10 +42,10 @@ android {
42
42
}
43
43
44
44
ext {
45
- androidXVersion = " 1.2 .0"
46
- materialVersion = " 1.2.1 "
47
- moxyVersion = " 2.2.0 "
48
- daggerVersion = " 2.29.1 "
45
+ androidXVersion = " 1.3 .0"
46
+ materialVersion = " 1.4.0 "
47
+ moxyVersion = " 2.2.2 "
48
+ daggerVersion = " 2.38 "
49
49
}
50
50
51
51
dependencies {
@@ -69,5 +69,5 @@ dependencies {
69
69
implementation (' com.ashokvarma.android:bottom-navigation-bar:1.3.0' ) {
70
70
exclude group : " com.android.support" , module : " design"
71
71
}
72
- implementation " androidx.core:core-ktx:1.3.2 "
72
+ implementation " androidx.core:core-ktx:1.6.0 "
73
73
}
You can’t perform that action at this time.
0 commit comments