summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-10-15 11:21:35 -0700
committerRaman Tenneti <rtenneti@google.com>2019-10-15 11:21:35 -0700
commit42fa64c101cece4f7db753a04c3fd16bd2b8f988 (patch)
tree857a8fb91557470eedc4f12b1276699d82eb0e5f
parent47c095c18b8aa0de943adb7f1d2d643093f51e91 (diff)
downloadCalendar-42fa64c101cece4f7db753a04c3fd16bd2b8f988.tar.gz
AOSP/Calendar - Updated to sdkVersion 29.
BUG: 133177396 Test: manual - Ran the following tests on Pixel phone. Tested the calendar UI. $ make -j 40 $ make Calendar -j $ make CalendarTests -j $ ls -l out/target/product/marlin/system/product/app/Calendar/Calendar.apk out/target/product/marlin/testcases/CalendarTests/arm64/CalendarTests.apk -rw-r--r-- 1 rtenneti primarygroup 1968906 Oct 14 14:42 out/target/product/marlin/system/product/app/Calendar/Calendar.apk -rw-r--r-- 1 rtenneti primarygroup 86423 Oct 15 11:18 out/target/product/marlin/testcases/CalendarTests/arm64/CalendarTests.apk $ adb install -r -d -g out/target/product/marlin/system/product/app/Calendar/Calendar.apk $ adb install -r -d -g out/target/product/marlin/testcases/CalendarTests/arm64/CalendarTests.apk $ adb shell am instrument -w com.android.calendar.tests Time: 0.18 OK (22 tests) Change-Id: I2d0493917de35373c93752cdd13561fb3a830f80
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9fa49957..1e78c72e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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="19" android:targetSdkVersion="28"></uses-sdk>
+ <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29"></uses-sdk>
<application android:name="CalendarApplication"