diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 38441a520..5627077e1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -9,7 +9,7 @@
+ android:targetSdkVersion="18" />
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 @@
${env.ANDROID_HOME}
- 17
+ 18
true
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