Commit e1b7ccf1 by Oliver Woodman

Fix versions

parent 09359637
...@@ -14,12 +14,12 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment