Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit be1ba15

Browse files
authored
Merge pull request #249 from Shopify/release/1.1.0
Prepare for 1.1.0 release
2 parents eab924a + 03479a9 commit be1ba15

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Testify Change Log
22

3+
## 1.1.0
4+
5+
Library and plugin released without additional changes.
6+
37
## 1.1.0-rc01
48

59
### Library
0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath "com.shopify.testify:plugin:1.1.0-rc01"
24+
classpath "com.shopify.testify:plugin:1.1.0"
2525
}
2626
}
2727

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
'mockito2' : '3.3.3', // https://github.com/mockito/mockito/releases
3232
'mockitoAndroid' : '3.3.3', // https://mvnrepository.com/artifact/org.mockito/mockito-android
3333
'mockitokotlin' : '2.2.0', // https://github.com/nhaarman/mockito-kotlin
34-
'testify' : '1.1.0-rc01', // https://github.com/Shopify/android-testify/releases
34+
'testify' : '1.1.0', // https://github.com/Shopify/android-testify/releases
3535
]
3636
coreVersions = [
3737
'compileSdk': 30,

0 commit comments

Comments
 (0)