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

Commit a9cc446d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Spa] Set each project's minSdk" into main

parents c5c576fb 511d72a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ plugins {

android {
    namespace = "com.android.settingslib.color"
    defaultConfig { minSdk = 23 }

    sourceSets {
        sourceSets.getByName("main") {
+1 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ val androidTop: String = file("../../../../..").canonicalPath

allprojects {
    extra["androidTop"] = androidTop
    extra["jetpackComposeVersion"] = "1.9.0-alpha03"
    extra["jetpackComposeVersion"] = "1.9.0-alpha04"
}

subprojects {
@@ -39,7 +39,6 @@ subprojects {
            compileSdkVersion(36)

            defaultConfig {
                minSdk = 23
                targetSdk = 36
            }
        }
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ android {
        applicationId = "com.android.settingslib.spa.gallery"
        versionCode = 1
        versionName = "1.0"
        minSdk = 23
    }

    sourceSets.getByName("main") {
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ android {

    defaultConfig {
        testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
        minSdk = 36
    }

    sourceSets {
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ android {

    defaultConfig {
        testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
        minSdk = 23
    }

    sourceSets.getByName("main") {
Loading