1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

gradle + library update

This commit is contained in:
Kai Morich
2024-05-30 19:14:05 +02:00
parent 0c0275675f
commit b1362416f0
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -31,13 +31,13 @@ android {
}
dependencies {
implementation "androidx.annotation:annotation:1.7.1"
implementation "androidx.annotation:annotation:1.8.0"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'org.mockito:mockito-core:5.12.0'
androidTestImplementation 'androidx.test:core:1.5.0'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'commons-net:commons-net:3.10.0'
androidTestImplementation 'org.apache.commons:commons-lang3:3.12.0'
androidTestImplementation 'org.apache.commons:commons-lang3:3.14.0'
}
// gradle task: publishToMavenLocal