Skip to content

Commit

Permalink
Spike/issue 103/prepare for beta release (#105)
Browse files Browse the repository at this point in the history
Issue-103 - tag as release 1.0.1
  • Loading branch information
goldy1992 authored Nov 16, 2019
1 parent 46c63f3 commit 51f7bd4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,17 @@ dependencies {
def MOCKITO_CORE_VERSION = '2.27.0'
def JUNIT4_VERSION = '4.12'
def JUNIT5_VERSION = '5.4.1'
def JUNIT_EXT_VERSION = '1.1.0'
def JUNIT_EXT_VERSION = '1.1.1'
def ROBOLECTRIC_VERSION = '4.3'
def TEST_CORE_VERSION = '1.2.0-alpha03'
def TEST_RUNNER_VERSION = '1.2.0'
def TEST_CORE_VERSION = '1.1.0'
def TEST_RUNNER_VERSION = '1.1.0'
def TEST_RULES_VERSION = '1.1.1'
def MIRROR_VERSION = '1.1.1'
def ESPRESSO_CORE_VERSION = '3.2.0'
def GOOGLE_GUAVA_VERSION = '27.1-android'
def COORDINATOR_LAYOUT_VERSION = '1.0.0'
def TEST_UI_AUTOMATOR_VERSION= '2.2.0'
def FRAGMENT_TESTING_VERSION = '1.1.0-alpha07'
def FRAGMENT_TESTING_VERSION = '1.2.0-rc02'
def FAST_SCROLL_VERSION = '2.0.1'
def GLIDE_VERSION = '4.9.0'
def ROOM_VERSION = '2.1.0'
Expand Down Expand Up @@ -194,6 +195,7 @@ dependencies {
androidTestImplementation group: 'androidx.test.ext', name: 'junit', version: JUNIT_EXT_VERSION
androidTestImplementation group: 'androidx.test', name: 'rules', version: TEST_RULES_VERSION
androidTestImplementation group: 'androidx.test', name: 'runner', version: TEST_RUNNER_VERSION
androidTestImplementation group: 'androidx.test', name: 'monitor', version: MIRROR_VERSION
androidTestImplementation group: 'androidx.test.espresso', name: 'espresso-contrib', version: ESPRESSO_CORE_VERSION

automationImplementation group: 'androidx.test', name: 'rules', version: TEST_RULES_VERSION
Expand Down

0 comments on commit 51f7bd4

Please sign in to comment.