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

target-sdk + dependency update

This commit is contained in:
kai-morich
2022-04-19 20:52:38 +02:00
parent dea836d8ce
commit 1f35587739
5 changed files with 11 additions and 12 deletions
+3 -4
View File
@@ -4,12 +4,11 @@ plugins {
}
android {
compileSdkVersion 30
buildToolsVersion '30.0.3'
compileSdkVersion 31
defaultConfig {
minSdkVersion 17
targetSdkVersion 30
targetSdkVersion 31
consumerProguardFiles 'proguard-rules.pro'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -25,7 +24,7 @@ android {
}
dependencies {
implementation "androidx.annotation:annotation:1.2.0"
implementation "androidx.annotation:annotation:1.3.0"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:1.10.19'
androidTestImplementation 'com.android.support.test:runner:1.0.2'