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

Commit c9a489c7 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Adding minSDK for test targets

Bug: 35079440
Change-Id: Ie27eebe7afaed6a80efc43cb41f651e8acabc835
parent 7d093e75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.launcher3.tests">

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

    <application android:debuggable="true">
        <uses-library android:name="android.test.runner" />

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.launcher3.tests">

    <uses-sdk android:targetSdkVersion="25" android:minSdkVersion="21"/>
    <uses-sdk tools:overrideLibrary="android.support.test.uiautomator.v18"/>

    <application android:debuggable="true">