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

Commit 952b07b

Browse files
authored
Merge pull request #242 from Shopify/release-1.1.0-rc01
Prepare 1.1.0-rc01
2 parents 8b9dfd6 + 44e63b2 commit 952b07b

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testify Change Log
22

3-
## Unreleased
3+
## 1.1.0-rc01
44

55
### Library
66

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-beta3"
24+
classpath "com.shopify.testify:plugin:1.1.0-rc01"
2525
}
2626
}
2727

build.gradle

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

0 commit comments

Comments
 (0)