Merge "Changing minSDK for launcher3 to 21 (Lollipop)" into ub-launcher3-calgary

am: 5a874d2a3d

* commit '5a874d2a3d80847917498462cdf4a1ed8e4e38a9':
  Changing minSDK for launcher3 to 21 (Lollipop)

Change-Id: I41b783db84b6bf409be309e0ab999cd9676ef408
This commit is contained in:
Sunny Goyal
2016-05-11 04:48:45 +00:00
committed by android-build-merger
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -44,6 +44,7 @@ LOCAL_AAPT_FLAGS := \
--extra-packages android.support.v7.recyclerview \
LOCAL_SDK_VERSION := current
LOCAL_MIN_SDK_VERSION := 21
LOCAL_PACKAGE_NAME := Launcher3
LOCAL_OVERRIDES_PACKAGES := Home Launcher2
+1 -1
View File
@@ -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="16"/>
<uses-sdk android:targetSdkVersion="23" android:minSdkVersion="21"/>
<permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
+1 -1
View File
@@ -17,7 +17,7 @@ android {
defaultConfig {
applicationId "com.android.launcher3"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"