summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-07 20:42:38 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-07 20:42:38 +0200
commitdddc01e2e4911e0e07eb68c797472255414b6f7f (patch)
tree43e40172053459727ccaed1012fcb0f8961d2ce9
parent9f99013da478756ace9df54ba597b76080f55d2e (diff)
downloadAntennaPod-dddc01e2e4911e0e07eb68c797472255414b6f7f.zip
Change target sdk version to 18
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.gradle4
-rw-r--r--pom.xml2
-rw-r--r--project.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 38441a520..5627077e1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -9,7 +9,7 @@
<uses-sdk
android:minSdkVersion="10"
- android:targetSdkVersion="17" />
+ android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
diff --git a/build.gradle b/build.gradle
index 8a1644666..e47d938dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,12 +25,12 @@ dependencies {
}
android {
- compileSdkVersion 17
+ compileSdkVersion 18
buildToolsVersion "17"
defaultConfig {
minSdkVersion 10
- targetSdkVersion 17
+ targetSdkVersion 18
}
sourceSets {
diff --git a/pom.xml b/pom.xml
index 693e71a6f..9ce200332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<configuration>
<sdk>
<path>${env.ANDROID_HOME}</path>
- <platform>17</platform>
+ <platform>18</platform>
</sdk>
<manifest>
<debuggable>true</debuggable>
diff --git a/project.properties b/project.properties
index 2706f89b9..75f295e31 100644
--- a/project.properties
+++ b/project.properties
@@ -9,7 +9,7 @@
# Project target.
proguard.config=proguard.cfg
-target=android-17
+target=android-18
android.library.reference.1=submodules/ActionBarSherlock/library
android.library.reference.2=submodules/ViewPagerIndicator/library
android.library.reference.3=submodules/dslv/library