Updated dependencies, use DeviceDefault theme.
This commit is contained in:
parent
5b07ecab23
commit
04fd815001
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.3.1"
|
||||
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ dependencies {
|
|||
|
||||
android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion "21.1.1"
|
||||
buildToolsVersion "21.1.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.nutomic.ensichat"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<style name="AppTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar" />
|
||||
<style name="AppTheme" parent="android:Theme.DeviceDefault.Light.DarkActionBar" />
|
||||
</resources>
|
||||
|
|
Reference in a new issue