summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
-rw-r--r--AndroidManifest-common.xml2
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.gradle2
4 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index c0cf9383e..d71dad7f6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,7 +46,7 @@ LOCAL_AAPT_FLAGS := \
--extra-packages android.support.v7.recyclerview \
LOCAL_SDK_VERSION := current
-LOCAL_MIN_SDK_VERSION := 21
+LOCAL_MIN_SDK_VERSION := 23
LOCAL_PACKAGE_NAME := Trebuchet
LOCAL_OVERRIDES_PACKAGES := Launcher3
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index bbe1f4a88..688f9a5ef 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -20,7 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="21"/>
+ <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23"/>
<!--
The manifest defines the common entries that should be present in any derivative of Launcher3.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5f949d9f4..0f207e907 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,7 +20,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.launcher3">
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="21"/>
+ <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23"/>
<!--
Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
Refer comments around specific entries on how to extend individual components.
diff --git a/build.gradle b/build.gradle
index 39a34f304..e7d3d55d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ android {
buildToolsVersion '25.0.2'
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"