]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Another version bump.
[Dictionary.git] / build.gradle
index 918d904ccf1c64ffad0c200f52d9e41ab3c80dc8..cdf51ac9b6a37fbb4ec187306978f07a9cf6e324 100644 (file)
@@ -17,6 +17,7 @@ configurations {
 }
 dependencies {
     compile 'com.android.support:appcompat-v7:25.0.0'
+    compile 'com.android.support:design:25.0.0'
     // Note: you can just replace "smallicu" by compile
     // and remove the "compile files" part if you do not
     // care about the size of the apk
@@ -75,6 +76,6 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 22
+        targetSdkVersion 23
     }
 }