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

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

Merge "Adding minSDK for test targets" into ub-launcher3-master

parents 06d4be29 c9a489c7
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">