upgrade dependencies

This commit is contained in:
stom79 2018-11-21 13:35:46 +01:00
parent 0815c427ff
commit 0c3229e9a2
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ android {
targetSdkVersion 28
versionCode 187
versionName "1.30.2-beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"
buildTypes {
@ -76,4 +77,9 @@ 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'
}