Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Calendar
Commits
de1d7005
Commit
de1d7005
authored
12 years ago
by
Michael Chan
Browse files
Options
Download
Email Patches
Plain Diff
Move to SDK 17
Change-Id: If792c8ce949adac67d1832d53638dd7539c9fda2
parent
07952df8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Android.mk
Android.mk
+2
-1
AndroidManifest.xml
AndroidManifest.xml
+1
-1
No files found.
Android.mk
View file @
de1d7005
...
...
@@ -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)
)
...
...
This diff is collapsed.
Click to expand it.
AndroidManifest.xml
View file @
de1d7005
...
...
@@ -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=
"1
6
"
></uses-sdk>
<uses-sdk
android:minSdkVersion=
"15"
android:targetSdkVersion=
"1
7
"
></uses-sdk>
<application
android:name=
"CalendarApplication"
android:label=
"@string/app_label"
android:icon=
"@mipmap/ic_launcher_calendar"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment