File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
buildscript {
18
- ext. kotlinVersion = ' 1.3.61 '
18
+ ext. kotlinVersion = ' 1.4.10 '
19
19
ext. dokkaVersion = ' 0.9.17'
20
- ext. recyclerviewVersion = ' 1.0 .0'
20
+ ext. recyclerviewVersion = ' 1.1 .0'
21
21
ext. annotationVersion = ' 1.1.0'
22
22
ext. appcompatVersion = ' 1.0.2'
23
23
ext. buildConfig = [
24
24
' versionCode' : 420 ,
25
25
' versionName' : " 4.2.0" ,
26
- ' compileSdkVersion' : 29 ,
26
+ ' compileSdkVersion' : 30 ,
27
27
' minSdkVersion' : 14 ,
28
- ' targetSdkVersion' : 28
28
+ ' targetSdkVersion' : 29
29
29
]
30
30
31
31
repositories {
32
32
google()
33
33
jcenter()
34
34
}
35
35
dependencies {
36
- classpath ' com.android.tools.build:gradle:3.5.3 '
36
+ classpath ' com.android.tools.build:gradle:4.1.1 '
37
37
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
38
38
classpath " org.jetbrains.dokka:dokka-android-gradle-plugin:${ dokkaVersion} "
39
39
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
52
52
}
53
53
54
54
dependencies {
55
- testImplementation ' junit:junit:4.12 '
55
+ testImplementation ' junit:junit:4.13 '
56
56
testImplementation " org.robolectric:robolectric:4.3.1"
57
57
testImplementation " org.mockito:mockito-inline:2.18.0"
58
58
testImplementation " androidx.recyclerview:recyclerview:$recyclerviewVersion "
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ android {
51
51
dependencies {
52
52
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
53
53
implementation project(' :library' )
54
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
55
- androidTestImplementation ' androidx.test:rules:1.2 .0'
54
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
55
+ androidTestImplementation ' androidx.test:rules:1.3 .0'
56
56
androidTestImplementation " androidx.annotation:annotation:$annotationVersion "
57
57
androidTestImplementation " com.google.truth:truth:1.0"
58
58
implementation " androidx.appcompat:appcompat:$appcompatVersion "
59
59
implementation " androidx.recyclerview:recyclerview:$recyclerviewVersion "
60
- implementation ' com.google.code.gson:gson:2.8.5 '
60
+ implementation ' com.google.code.gson:gson:2.8.6 '
61
61
}
You can’t perform that action at this time.
0 commit comments