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/ )
2
2
[ ![ 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 )
3
3
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
4
4
@@ -31,7 +31,7 @@ The following things are handled by the plugin:
31
31
### Plugins DSL
32
32
```
33
33
plugins {
34
- id "de.welt.apps.testdevicemanager" version "1.2 "
34
+ id "de.welt.apps.testdevicemanager" version "1.3 "
35
35
}
36
36
```
37
37
### Legacy plugin application
@@ -43,7 +43,7 @@ buildscript {
43
43
}
44
44
}
45
45
dependencies {
46
- classpath "de.welt.apps:testdevicemanager:1.2 "
46
+ classpath "de.welt.apps:testdevicemanager:1.3 "
47
47
}
48
48
}
49
49
@@ -53,7 +53,7 @@ apply plugin: "de.welt.apps.testdevicemanager"
53
53
### Plugins DSL
54
54
```
55
55
plugins {
56
- id("de.welt.apps.testdevicemanager") version "1.2 "
56
+ id("de.welt.apps.testdevicemanager") version "1.3 "
57
57
}
58
58
```
59
59
### Legacy plugin application
@@ -65,7 +65,7 @@ buildscript {
65
65
}
66
66
}
67
67
dependencies {
68
- classpath("de.welt.apps:testdevicemanager:1.2 ")
68
+ classpath("de.welt.apps:testdevicemanager:1.3 ")
69
69
}
70
70
}
71
71
@@ -85,7 +85,7 @@ testDeviceManager {
85
85
# Compatibility
86
86
The plugin was tested on several devices of different brands and different Android versions.
87
87
88
- It will run on ``` Android 4.1.2 - Android 8 ``` .
88
+ It will run on ``` Android 4.1.2 - Android 10 ``` .
89
89
90
90
However, there might be device - OS version combinations that where not tested and might result in a not working plugin.
91
91
0 commit comments