Revert "AOSP/Gallery2 - Updated to sdkVersion 29."
This reverts commit 78d34af3c6441ea65da30406c5d978c8b4aaeb17.
Reason for revert: BUG: 143667204 - GROUP BY clause gives an error with API 29.
Change-Id: I1f39b750f88655ba6365d578c3ed630c29bd42f9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bcf2c78..18b83ca 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,7 +24,7 @@
<original-package android:name="com.android.gallery3d" />
- <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>
+ <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/>
<permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
android:protectionLevel="signatureOrSystem" />