diff --git a/build.gradle b/build.gradle index 701103fe..ec7d4025 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:0.11+' + classpath 'com.android.tools.build:gradle:0.12.+' classpath 'com.alexvasilkov:android_sign:0.2+' } } diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 7b08b49c..0729802a 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -18,7 +18,7 @@ android:allowBackup="false" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/Theme.AppCompat.Light.DarkActionBar" > + android:theme="@style/AppTheme" > + +