upgrade dependencies

This commit is contained in:
stom79 2018-11-21 13:43:56 +01:00
parent 0c3229e9a2
commit 2b2e4d70b9
2 changed files with 0 additions and 10 deletions

View File

@ -25,10 +25,6 @@ stages:
- build
- test
lintDebug:
stage: build
script:
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
assembleDebug:
stage: build

View File

@ -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'
}