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

Commit 172f177d authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Enforce min_sdk_version=29"

parents 53f51018 b4211ece
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ android_test {
    ],

    test_suites: [
        "device-tests"
    ]
        "device-tests",
    ],
    min_sdk_version: "29",
}