mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Bump deps
This commit is contained in:
@@ -4,9 +4,9 @@ import com.android.build.gradle.api.ApplicationVariant
|
|||||||
import com.github.jk1.license.render.TextReportRenderer
|
import com.github.jk1.license.render.TextReportRenderer
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.10'
|
ext.kotlin_version = '1.7.20'
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -178,7 +178,7 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||||
|
|
||||||
// Testing
|
// Testing
|
||||||
testImplementation 'junit:junit:4.13.1'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'org.powermock:powermock-core:2.0.0'
|
testImplementation 'org.powermock:powermock-core:2.0.0'
|
||||||
testImplementation 'org.powermock:powermock-module-junit4:2.0.0'
|
testImplementation 'org.powermock:powermock-module-junit4:2.0.0'
|
||||||
testImplementation 'org.powermock:powermock-api-mockito2:2.0.0'
|
testImplementation 'org.powermock:powermock-api-mockito2:2.0.0'
|
||||||
|
Reference in New Issue
Block a user