diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee2983e04..aec34d606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,10 +25,6 @@ stages: - build - test -lintDebug: - stage: build - script: - - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint assembleDebug: stage: build diff --git a/app/build.gradle b/app/build.gradle index 4dd2a4b5b..d08b8f0d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,6 @@ android { targetSdkVersion 28 versionCode 187 versionName "1.30.2-beta" - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } flavorDimensions "default" buildTypes { @@ -77,9 +76,4 @@ dependencies { implementation 'com.vanniktech:emoji-one:0.6.0-SNAPSHOT' implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' playstoreImplementation "io.github.kobakei:ratethisapp:$ratethisappLibraryVersion" - - - testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.2' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }