am 5673236e
: Set SDK version for Email to 18.
* commit '5673236ebe98bbbc47c433d9f08e54a4f8f5d282': Set SDK version for Email to 18.
This commit is contained in:
commit
50689dbcaa
@ -50,7 +50,7 @@ LOCAL_OVERRIDES_PACKAGES := Email
|
|||||||
|
|
||||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
|
||||||
|
|
||||||
LOCAL_SDK_VERSION := current
|
LOCAL_SDK_VERSION := 18
|
||||||
|
|
||||||
include $(BUILD_PACKAGE)
|
include $(BUILD_PACKAGE)
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||||
|
|
||||||
<!-- This needs to be present when we are doing unbundled releases. -->
|
<!-- This needs to be present when we are doing unbundled releases. -->
|
||||||
<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="14" />
|
<uses-sdk android:targetSdkVersion="18" android:minSdkVersion="14" />
|
||||||
|
|
||||||
<original-package android:name="com.android.email" />
|
<original-package android:name="com.android.email" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user