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

Commit 8146974b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7460732 from ec826bde to tm-release

Change-Id: Iae39d351b693bbafe1c55cf43f27bc10bf81fd51
parents a0eafdbe ec826bde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ android_app {
    // Include all the resources regardless of system supported locales
    aapt_include_all_resources: true,

    min_sdk_version: "14",
    target_sdk_version: "23",
    min_sdk_version: "21",
    target_sdk_version: "30",
    sdk_version: "current",

    product_specific: true,
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     coreApp="true"
     package="com.android.inputmethod.latin"
     android:versionCode="28">
     android:versionCode="30">

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

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ android_test {
    instrumentation_for: "LatinIME",

    min_sdk_version: "14",
    target_sdk_version: "21",
    target_sdk_version: "30",
    sdk_version: "current",
}
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.inputmethod.latin.tests"
    android:versionCode="28">
    android:versionCode="30">

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

    <uses-permission android:name="android.permission.READ_CONTACTS" />