Skip to content

Commit

Permalink
Removed unused androidTests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkutik committed Nov 16, 2019
1 parent 1ea4252 commit d1513ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ android {
targetSdkVersion targetSdkVer
versionCode 7
versionName "0.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

//check if the keystore details are defined in gradle.properties (this is so the key is not in github)
Expand Down Expand Up @@ -50,6 +48,4 @@ dependencies {
implementation 'com.google.android.material:material:1.2.0-alpha01'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'uk.co.barbuzz:beerprogressview:0.0.4'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
}

This file was deleted.

4 changes: 0 additions & 4 deletions rootbeerlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ android {
targetSdkVersion targetSdkVer
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
Expand Down Expand Up @@ -52,8 +50,6 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:3.1.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
}

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

This file was deleted.

0 comments on commit d1513ca

Please sign in to comment.