Upgrade test libs + bump version

csv
Laurent 7 years ago
parent 684cc6453d
commit f5babae734
  1. 10
      app/build.gradle

@ -29,7 +29,7 @@ android {
applicationId "net.pokeranalytics.android" applicationId "net.pokeranalytics.android"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 28 targetSdkVersion 28
versionCode 31 versionCode 32
versionName "2.0" versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -114,10 +114,10 @@ dependencies {
implementation 'org.apache.commons:commons-csv:1.6' implementation 'org.apache.commons:commons-csv:1.6'
// Instrumented Tests // Instrumented Tests
androidTestImplementation 'androidx.test:core:1.1.0' androidTestImplementation 'androidx.test:core:1.2.0'
androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test:rules:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.1'
// Test // Test
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'

Loading…
Cancel
Save