Skip to content

Commit

Permalink
We don't need jetifier anymore 🎉 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brais Gabín authored May 27, 2020
1 parent bea14ff commit de9d4f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
org.gradle.jvmargs=-Xmx2048m
org.gradle.configureondemand=false
android.useAndroidX=true
android.enableJetifier=true
6 changes: 3 additions & 3 deletions leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ dependencies {
implementation 'nl.littlerobots.rxlint:rxlint:1.7.4'


def espressoVersion = '3.1.0-alpha4'
def espressoVersion = '3.1.0'
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-intents:$espressoVersion"

def supportTestVersion = '1.1.0-alpha4'
def supportTestVersion = '1.1.0'
androidTestImplementation "androidx.test:runner:$supportTestVersion"
androidTestImplementation "androidx.test:rules:$supportTestVersion"
androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'org.mockito:mockito-core:2.28.2'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit de9d4f3

Please sign in to comment.