OSDN Git Service

Add Turkish translation
[android-x86/packages-apps-Taskbar.git] / app / build.gradle
index eb2ff6a..8cece08 100644 (file)
@@ -1,10 +1,9 @@
 ext {
-    SUPPORT_LIBRARY_VERSION = "27.0.2"
+    SUPPORT_LIBRARY_VERSION = "27.1.0"
     SDK_VERSION = 27
 }
 
 apply plugin: 'com.android.application'
-apply plugin: 'com.google.gms.oss.licenses.plugin'
 
 repositories {
     google()
@@ -20,10 +19,10 @@ android {
         minSdkVersion 21
         targetSdkVersion SDK_VERSION
 
-        versionCode 178
-        versionName "3.8.2"
+        versionCode 183
+        versionName "3.9.1"
 
-        resConfigs "en", "ja", "ru", "de", "zh-rCN"
+        resConfigs "en", "ja", "ru", "de", "zh-rCN", "tr"
 
         buildConfigField "String", "BASE_APPLICATION_ID", "\"com.farmerbb.taskbar\""
         buildConfigField "String", "PAID_APPLICATION_ID", "\"com.farmerbb.taskbar.paid\""
@@ -82,9 +81,9 @@ dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation "com.android.support:appcompat-v7:${SUPPORT_LIBRARY_VERSION}"
     implementation "com.android.support:design:${SUPPORT_LIBRARY_VERSION}"
-    implementation 'com.google.android.gms:play-services-oss-licenses:11.8.0'
     implementation 'com.mikepenz:iconics-core:3.0.3@aar'
     implementation 'com.mikepenz:foundation-icons-typeface:3.0.0.3@aar'
     implementation 'moe.banana:toast-compat:1.0.5'
+    implementation group:'com.twofortyfouram', name:'android-plugin-api-for-locale', version:'[1.0.2,2.0['
 }