build.grandle: use targetSdkVersion 28

This commit is contained in:
genofire 2020-08-28 11:11:41 +02:00
parent 08449e34ec
commit 8f5e3978e4
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ dependencies {
implementation 'com.google.guava:guava:27.1-android' implementation 'com.google.guava:guava:27.1-android'
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
//implementation fileTree(include: ['libwebrtc-m83.aar'], dir: 'libs') //implementation fileTree(include: ['libwebrtc-m83.aar'], dir: 'libs')
implementation 'org.webrtc:google-webrtc:1.0.+' implementation 'org.webrtc:google-webrtc:1.0.30039'
} }
ext { ext {
@ -95,7 +95,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 28
versionCode 397 versionCode 397
versionName "2.8.10" versionName "2.8.10"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"