File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
google()
21
21
}
22
22
dependencies {
23
- classpath(" com.android.tools.build:gradle:4.1.3 " )
23
+ classpath(" com.android.tools.build:gradle:4.2.1 " )
24
24
classpath(" org.jetbrains.dokka:dokka-gradle-plugin:1.4.32" )
25
25
}
26
26
@@ -96,7 +96,6 @@ subprojects {
96
96
97
97
repositories {
98
98
mavenCentral()
99
- jcenter()
100
99
}
101
100
102
101
tasks. withType(PublishToMavenRepository ). all {
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2018-2020 NetFoundry, Inc.
2
+ # Copyright (c) 2018-2021 NetFoundry, Inc.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
@@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
19
19
distributionPath =wrapper/dists
20
20
zipStoreBase =GRADLE_USER_HOME
21
21
zipStorePath =wrapper/dists
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
22
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
buildscript {
17
+ repositories {
18
+ mavenCentral()
19
+ }
17
20
dependencies {
18
- classpath ' com.kezong:fat-aar:1.3.4 '
21
+ classpath ' com.github. kezong:fat-aar:1.3.6 '
19
22
}
20
23
}
21
24
@@ -84,7 +87,7 @@ dependencies {
84
87
implementation deps. kotlin
85
88
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ versions.coroutines} "
86
89
87
- testApi deps. jupiterApi
90
+ testImplementation deps. jupiterApi
88
91
testImplementation deps. jupiter
89
92
androidTestImplementation ' com.android.support.test:runner:1.0.2'
90
93
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
You can’t perform that action at this time.
0 commit comments