@@ -8,9 +8,8 @@ project.ext.set("archivesBaseName", "reversatile")
8
8
android {
9
9
10
10
11
- compileSdk 34
12
- buildToolsVersion ' 34.0.0'
13
-
11
+ compileSdk 35
12
+ buildToolsVersion ' 35.0.0'
14
13
useLibrary ' android.test.base'
15
14
useLibrary ' android.test.mock'
16
15
@@ -22,7 +21,7 @@ android {
22
21
abiFilters ' x86' , ' x86_64' , ' armeabi-v7a' , ' arm64-v8a'
23
22
}
24
23
minSdkVersion 21
25
- targetSdkVersion 34
24
+ targetSdkVersion 35
26
25
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
27
26
}
28
27
@@ -77,27 +76,27 @@ repositories {
77
76
}
78
77
79
78
dependencies {
80
- api ' com.google.guava:guava:27 .1-android'
79
+ api ' com.google.guava:guava:33.3 .1-android'
81
80
82
- implementation ' androidx.appcompat:appcompat:1.6.1 '
83
- implementation ' androidx.core:core:1.12 .0'
84
- implementation ' androidx.vectordrawable:vectordrawable-animated:1.1 .0'
81
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
82
+ implementation ' androidx.core:core:1.15 .0'
83
+ implementation ' androidx.vectordrawable:vectordrawable-animated:1.2 .0'
85
84
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
86
85
implementation ' com.github.matomo-org:matomo-sdk-android:4.1.4'
87
- implementation ' org.apache.commons:commons-lang3:3.0'
86
+ implementation ' org.apache.commons:commons-lang3:3.17. 0'
88
87
89
88
implementation ' com.github.Innovattic:range-seek-bar:v1.0.6'
90
- implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.0 " ))
89
+ implementation(platform(' org.jetbrains.kotlin:kotlin-bom:2.0.21 ' ))
91
90
92
91
// Required -- JUnit 4 framework
93
- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
92
+ implementation ' androidx.constraintlayout:constraintlayout:2.2.0 '
94
93
testImplementation ' junit:junit:4.13.2'
95
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .1'
94
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
96
95
// Optional -- Mockito framework
97
- testImplementation ' org.mockito:mockito-core:2.28 .2'
98
- androidTestImplementation ' androidx.test:core:1.5.0 '
99
- androidTestImplementation ' androidx.test:runner:1.5 .2'
100
- androidTestImplementation ' androidx.test:rules:1.5.0 '
96
+ testImplementation ' org.mockito:mockito-core:5.14 .2'
97
+ androidTestImplementation ' androidx.test:core:1.6.1 '
98
+ androidTestImplementation ' androidx.test:runner:1.6 .2'
99
+ androidTestImplementation ' androidx.test:rules:1.6.1 '
101
100
// Optional -- Hamcrest library
102
- androidTestImplementation ' org.hamcrest:hamcrest-library:2.1 '
101
+ androidTestImplementation ' org.hamcrest:hamcrest-library:3.0 '
103
102
}
0 commit comments