We are now using AppCompat and support Material

This commit is contained in:
Alexandros Schillings
2015-07-13 16:04:39 +01:00
parent 262fa72910
commit ab6997b5af
17 changed files with 115 additions and 78 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
ext.compileSdkVersion = 18
ext.buildToolsVersion = "21.1.1"
ext.compileSdkVersion = 22
ext.buildToolsVersion = "22.0.1"
ext.minSdkVersion = 18
ext.targetSdkVersion = 22