1- [ ![ Generic badge] ( https://img.shields.io/badge/Version-1.2 -green )] ( https://shields.io/ )
1+ [ ![ Generic badge] ( https://img.shields.io/badge/Version-1.3 -green )] ( https://shields.io/ )
22[ ![ Build Status] ( https://travis-ci.com/spring-media/apps-android-testdevicemanager.svg?token=xAVzxLGs5Eppk88QPiED&branch=master )] ( https://travis-ci.com/spring-media/apps-android-testdevicemanager )
33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
44
@@ -31,7 +31,7 @@ The following things are handled by the plugin:
3131### Plugins DSL
3232```
3333plugins {
34- id "de.welt.apps.testdevicemanager" version "1.2 "
34+ id "de.welt.apps.testdevicemanager" version "1.3 "
3535}
3636```
3737### Legacy plugin application
@@ -43,7 +43,7 @@ buildscript {
4343 }
4444 }
4545 dependencies {
46- classpath "de.welt.apps:testdevicemanager:1.2 "
46+ classpath "de.welt.apps:testdevicemanager:1.3 "
4747 }
4848}
4949
@@ -53,7 +53,7 @@ apply plugin: "de.welt.apps.testdevicemanager"
5353### Plugins DSL
5454```
5555plugins {
56- id("de.welt.apps.testdevicemanager") version "1.2 "
56+ id("de.welt.apps.testdevicemanager") version "1.3 "
5757}
5858```
5959### Legacy plugin application
@@ -65,7 +65,7 @@ buildscript {
6565 }
6666 }
6767 dependencies {
68- classpath("de.welt.apps:testdevicemanager:1.2 ")
68+ classpath("de.welt.apps:testdevicemanager:1.3 ")
6969 }
7070}
7171
@@ -85,7 +85,7 @@ testDeviceManager {
8585# Compatibility
8686The plugin was tested on several devices of different brands and different Android versions.
8787
88- It will run on ``` Android 4.1.2 - Android 8 ``` .
88+ It will run on ``` Android 4.1.2 - Android 10 ``` .
8989
9090However, there might be device - OS version combinations that where not tested and might result in a not working plugin.
9191
0 commit comments