Change theme colors

This commit is contained in:
Jirawat Karanwittayakarn 2017-01-06 10:22:06 +07:00
parent 45b361d9f4
commit 5a8160fd2b
4 changed files with 7 additions and 8 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.example.fcm"
@ -22,8 +22,7 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.google.firebase:firebase-messaging:10.0.1'
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#ffa610</color>
<color name="colorPrimaryDark">#f5820b</color>
<color name="colorAccent">#ffcb2e</color>
<color name="colorPrimary">#039be5</color>
<color name="colorPrimaryDark">#0288d1</color>
<color name="colorAccent">#fb8c00</color>
</resources>

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0-alpha2'
classpath 'com.android.tools.build:gradle:2.3.0-beta1'
classpath 'com.google.gms:google-services:3.0.0'
}
}

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip