OSDN Git Service

Fix Android-x86 crashes related to manifest changes
[android-x86/packages-apps-Taskbar.git] / app / build.gradle
index 58edce6..cd7dc0c 100644 (file)
@@ -1,5 +1,5 @@
 ext {
-    SUPPORT_LIBRARY_VERSION = "27.0.0"
+    SUPPORT_LIBRARY_VERSION = "27.1.1"
     SDK_VERSION = 27
 }
 
@@ -12,16 +12,18 @@ repositories {
 
 android {
     compileSdkVersion SDK_VERSION
+    buildToolsVersion "27.0.3"
 
     defaultConfig {
         applicationId "com.farmerbb.taskbar"
         minSdkVersion 21
         targetSdkVersion SDK_VERSION
 
-        versionCode 171
-        versionName "3.7.2"
+        // TODO keep versionName and versionCode in sync with Android-x86 manifest
+        versionCode 184
+        versionName "3.9.2"
 
-        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\""
@@ -80,8 +82,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.mikepenz:iconics-core:2.9.3@aar'
+    implementation 'com.mikepenz:iconics-core:3.0.4@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['
 }