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

Commit b4422352 authored by Andy Wickham's avatar Andy Wickham
Browse files

Update minSdk to 30.

Also update build.gradle to match.

Test: Build and install with gradle
Flag: NA
Change-Id: I74f2109a13cc662be2d66e472ff010a3acd139f5
parent 5a1c8862
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
<manifest
    xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.launcher3">
    <uses-sdk android:targetSdkVersion="33" android:minSdkVersion="26"/>
    <uses-sdk android:targetSdkVersion="33" android:minSdkVersion="30"/>
    <!--
    Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml.
    Refer comments around specific entries on how to extend individual components.
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ android {
    buildToolsVersion BUILD_TOOLS_VERSION

    defaultConfig {
        minSdkVersion 26
        targetSdkVersion 30
        minSdkVersion 30
        targetSdkVersion 33
        versionCode 1
        versionName "1.0"