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

Commit d766ecf7 authored by Arne Coucheron's avatar Arne Coucheron Committed by LuK1337
Browse files

Gallery2: Bump minsdk and targetsdk version

Change-Id: I8d7a948286e961d1c2f1beb2a8c199fb1b80b4d2
parent 664b6170
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

    <original-package android:name="com.android.gallery3d" />

    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/>

    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
                android:protectionLevel="signatureOrSystem" />
+4 −1
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ include $(CLEAR_VARS)

LOCAL_MODULE := org.codeaurora.gallery.common
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SDK_VERSION := 16

LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_JAVA_LIBRARIES += org.apache.http.legacy

include $(BUILD_STATIC_JAVA_LIBRARY)