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'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 22
|
||||||
buildToolsVersion "21.1.2"
|
buildToolsVersion "22.0.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 21
|
targetSdkVersion 22
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="22"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-19
|
target=android-22
|
||||||
android.library.reference.1=../../../../library/src/main
|
android.library.reference.1=../../../../library/src/main
|
||||||
android.library.reference.2=../../../../extensions/opus/src/main
|
android.library.reference.2=../../../../extensions/opus/src/main
|
||||||
android.library.reference.3=../../../../extensions/vp9/src/main
|
android.library.reference.3=../../../../extensions/vp9/src/main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user