OSDN Git Service

Add Dutch resource config to build.gradle
authorBraden Farmer <farmerbb@gmail.com>
Tue, 16 Oct 2018 17:30:32 +0000 (11:30 -0600)
committerGitHub <noreply@github.com>
Tue, 16 Oct 2018 17:30:32 +0000 (11:30 -0600)
app/build.gradle

index c1511fe..d9e5aa9 100644 (file)
@@ -23,7 +23,7 @@ android {
         versionCode 189
         versionName "4.0"
 
-        resConfigs "en", "ja", "ru", "de", "zh-rCN", "tr"
+        resConfigs "en", "ja", "ru", "de", "zh-rCN", "tr", "nl"
 
         buildConfigField "String", "BASE_APPLICATION_ID", "\"com.farmerbb.taskbar\""
         buildConfigField "String", "PAID_APPLICATION_ID", "\"com.farmerbb.taskbar.paid\""