summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@lineageos.org>2017-06-23 14:47:13 +0200
committerArne Coucheron <arco68@gmail.com>2017-09-03 00:10:10 +0200
commit4aa578790e3ab56412633532b4151b84d69de125 (patch)
tree68cd7178748e52237b3d3181421dd36e83818d02
parent955320347454f06b2fb3c1f18ab491fc13b629c5 (diff)
downloadandroid_packages_apps_Trebuchet-4aa578790e3ab56412633532b4151b84d69de125.tar.gz
android_packages_apps_Trebuchet-4aa578790e3ab56412633532b4151b84d69de125.tar.bz2
android_packages_apps_Trebuchet-4aa578790e3ab56412633532b4151b84d69de125.zip
Bump minsdk to 23
Change-Id: I028750f2383ce124bbe6da6cbfd5562722932389 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
-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 5e33159be..0b5fcac34 100644
--- a/Android.mk
+++ b/Android.mk
@@ -48,7 +48,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_PRIVILEGED_MODULE := true
LOCAL_OVERRIDES_PACKAGES := Home Launcher2 Launcher3
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index ab582feb9..6c71b13d7 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 50de7de51..47b15a278 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,7 +23,7 @@
<original-package android:name="com.cyanogenmod.trebuchet" />
- <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 11d30d1e1..d573550e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ android {
buildToolsVersion '26.0.0'
defaultConfig {
- minSdkVersion 21
+ minSdkVersion 23
targetSdkVersion 26
versionCode 1
versionName "1.0"