File tree Expand file tree Collapse file tree 11 files changed +21
-15
lines changed Expand file tree Collapse file tree 11 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Testify Change Log
2
2
3
+ ## 2.0.0
4
+
5
+ Released without additional changes from 2.0.0-rc03.
6
+
7
+ ---
8
+
3
9
## 2.0.0-rc03
4
10
5
11
### Library
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ buildscript {
21
21
mavenCentral()
22
22
}
23
23
dependencies {
24
- classpath "dev.testify:plugin:2.0.0-beta04 "
24
+ classpath "dev.testify:plugin:2.0.0"
25
25
}
26
26
}
27
27
```
28
28
29
29
** Application build.gradle**
30
30
``` groovy
31
31
dependencies {
32
- androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta04 "
32
+ androidTestImplementation "dev.testify:testify-accessibility:2.0.0"
33
33
}
34
34
```
35
35
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ buildscript {
15
15
mavenCentral()
16
16
}
17
17
dependencies {
18
- classpath "dev.testify:plugin:2.0.0-beta04 "
18
+ classpath "dev.testify:plugin:2.0.0"
19
19
}
20
20
}
21
21
```
22
22
23
23
** Application build.gradle**
24
24
``` groovy
25
25
dependencies {
26
- androidTestImplementation "dev.testify:testify-compose:2.0.0-beta04 "
26
+ androidTestImplementation "dev.testify:testify-compose:2.0.0"
27
27
androidTestImplementation "androidx.test:rules:1.5.0"
28
28
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.3"
29
29
}
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ buildscript {
23
23
mavenCentral()
24
24
}
25
25
dependencies {
26
- classpath "dev.testify:plugin:2.0.0-beta04 "
26
+ classpath "dev.testify:plugin:2.0.0"
27
27
}
28
28
}
29
29
```
30
30
31
31
** Application build.gradle**
32
32
``` groovy
33
33
dependencies {
34
- androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta04 "
34
+ androidTestImplementation "dev.testify:testify-fullscreen:2.0.0"
35
35
}
36
36
```
37
37
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ buildscript {
71
71
mavenCentral()
72
72
}
73
73
dependencies {
74
- classpath "dev.testify:plugin:2.0.0-beta04 "
74
+ classpath "dev.testify:plugin:2.0.0"
75
75
}
76
76
}
77
77
```
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
39
39
' mockk' : ' 1.13.5' , // https://central.sonatype.com/artifact/io.mockk/mockk/1.13.4/versions
40
40
' slf4j' : ' 2.0.6' ,
41
41
' truth' : ' 1.1.5' , // https://github.com/google/truth
42
- ' testify' : ' 2.0.0-rc03 ' , // https://github.com/ndtp/android-testify/releases
42
+ ' testify' : ' 2.0.0' , // https://github.com/ndtp/android-testify/releases
43
43
]
44
44
coreVersions = [
45
45
' compileSdk' : 33 ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
mavenCentral()
14
14
}
15
15
dependencies {
16
- classpath "dev.testify:plugin:2.0.0-beta04 "
16
+ classpath "dev.testify:plugin:2.0.0"
17
17
}
18
18
}
19
19
```
@@ -25,6 +25,6 @@ The Android Testify Accessibility Checks extension is packaged as a separate art
25
25
** Application build.gradle**
26
26
``` groovy
27
27
dependencies {
28
- androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta04 "
28
+ androidTestImplementation "dev.testify:testify-accessibility:2.0.0"
29
29
}
30
30
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
mavenCentral()
14
14
}
15
15
dependencies {
16
- classpath "dev.testify:plugin:2.0.0-beta04 "
16
+ classpath "dev.testify:plugin:2.0.0"
17
17
}
18
18
}
19
19
```
@@ -25,7 +25,7 @@ The Android Testify Compose extension is packaged as a separate artifact. You mu
25
25
** Application build.gradle**
26
26
``` groovy
27
27
dependencies {
28
- androidTestImplementation "dev.testify:testify-compose:2.0.0-beta04 "
28
+ androidTestImplementation "dev.testify:testify-compose:2.0.0"
29
29
androidTestImplementation "androidx.test:rules:1.5.0"
30
30
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.3"
31
31
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
mavenCentral()
14
14
}
15
15
dependencies {
16
- classpath "dev.testify:plugin:2.0.0-beta04 "
16
+ classpath "dev.testify:plugin:2.0.0"
17
17
}
18
18
}
19
19
```
@@ -25,6 +25,6 @@ The Android Testify Fullscreen Capture Method extension is packaged as a separat
25
25
** Application build.gradle**
26
26
``` groovy
27
27
dependencies {
28
- androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta04 "
28
+ androidTestImplementation "dev.testify:testify-fullscreen:2.0.0"
29
29
}
30
30
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
mavenCentral()
10
10
}
11
11
dependencies {
12
- classpath "dev.testify:plugin:2.0.0-beta04 "
12
+ classpath "dev.testify:plugin:2.0.0"
13
13
}
14
14
}
15
15
```
You can’t perform that action at this time.
0 commit comments