mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix versions
This commit is contained in:
parent
0935963771
commit
e1b7ccf15e
@ -14,12 +14,12 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.2"
|
||||
compileSdkVersion 22
|
||||
buildToolsVersion "22.0.1"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 21
|
||||
targetSdkVersion 22
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21"/>
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="22"/>
|
||||
|
||||
<application
|
||||
android:label="@string/app_name"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-19
|
||||
target=android-22
|
||||
android.library.reference.1=../../../../library/src/main
|
||||
android.library.reference.2=../../../../extensions/opus/src/main
|
||||
android.library.reference.3=../../../../extensions/vp9/src/main
|
||||
|
Loading…
x
Reference in New Issue
Block a user