Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
forgot that
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaudiquet committed Jun 9, 2018
1 parent 567d3fe commit 3c1d086
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -4,11 +4,11 @@ android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "v.blade.nightly"
applicationId "v.blade"
minSdkVersion 16
targetSdkVersion 27
versionCode 180606
versionName "1.1-InDev"
versionCode 9
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/colors.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#546e7a</color>
<color name="colorPrimaryDark">#29434e</color>
<color name="colorPrimaryLight">#819ca9</color>
<color name="colorAccent">#ffffff</color>
<color name="colorPrimary">#616161</color>
<color name="colorPrimaryDark">#212121</color>
<color name="colorPrimaryLight">#bdbdbd</color>
<color name="colorPrimaryLighter">#e0e0e0</color>
<color name="colorAccent">#ffffff</color>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Blade Nightly</string>
<string name="app_name" translatable="false">Blade</string>
<string name="action_search">Search</string>
<string name="action_settings">Settings</string>
<string name="add_to_current_playlist">Add to current playlist</string>
Expand Down

0 comments on commit 3c1d086

Please sign in to comment.