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

Commit cafe8384 authored by Stephan Linzner's avatar Stephan Linzner Committed by Android Git Automerger
Browse files

am 342c987b: Fixed atsl versions and gradle task

* commit '342c987b':
  Fixed atsl versions and gradle task
parents a1926af0 342c987b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -585,13 +585,13 @@ allAppsButton.clickAndWaitForNewWindow();</pre>

  <pre>
dependencies {
  androidTestCompile 'com.android.support.test:runner:0.3'
  androidTestCompile 'com.android.support.test:runner:0.4'
  // Set this dependency to use JUnit 4 rules
  androidTestCompile 'com.android.support.test:rules:0.3'
  androidTestCompile 'com.android.support.test:rules:0.4'
  // Set this dependency to build and run Espresso tests
  androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'
  androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
  // Set this dependency to build and run UI Automator tests
  androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
  androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
}</pre>

  <p>To set
+7 −7
Original line number Diff line number Diff line
@@ -120,9 +120,9 @@ trainingnavtop=true

        <pre>
dependencies {
    androidTestCompile 'com.android.support.test:runner:0.3'
    androidTestCompile 'com.android.support.test:rules:0.3'
    androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'
    androidTestCompile 'com.android.support.test:runner:0.4'
    androidTestCompile 'com.android.support.test:rules:0.4'
    androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
}
</pre>
      </li>
@@ -572,9 +572,9 @@ android {
    }
}</pre>
      </li>
      <li>Run your tests from the command-line by calling the the {@code connectedCheck}
        (or {@code cC}) task:
      <li>Run your tests from the command-line by calling the the {@code connectedAndroidTest}
        (or {@code cAT}) task:
  <pre>
./gradlew cC</pre>
./gradlew cAT</pre>
      </li>
    </ol>