Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de1d7005 authored by Michael Chan's avatar Michael Chan
Browse files

Move to SDK 17

Change-Id: If792c8ce949adac67d1832d53638dd7539c9fda2
parent 07952df8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
		android-common-chips \
		android-support-v4 \
		calendar-common
LOCAL_SDK_VERSION := current

LOCAL_SDK_VERSION := 17

LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))

+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.mail" />
    <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="16"></uses-sdk>
    <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="17"></uses-sdk>

    <application android:name="CalendarApplication"
            android:label="@string/app_label" android:icon="@mipmap/ic_launcher_calendar"