bug fixes

This commit is contained in:
cimenmus
2018-08-22 23:41:29 +03:00
parent a1efc268eb
commit a69471f798
23 changed files with 120 additions and 54 deletions

View File

@@ -15,6 +15,7 @@ android {
versionCode 11 // play store'daki version --> canlı: 8 - dahili test: 10
versionName "2.13" // play store'daki version --> canlı: 2.1 - dahili test: 2.12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {
release {
@@ -37,6 +38,7 @@ dependencies {
implementation 'com.android.support:support-v13:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.google.android.gms:play-services-base:15.0.1'
implementation 'com.google.android.gms:play-services-location:15.0.1'
@@ -72,5 +74,6 @@ dependencies {
transitive = true;
}
api 'com.google.guava:guava:26.0-android'
testImplementation 'junit:junit:4.12'
}