We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98ec04 commit 64991c4Copy full SHA for 64991c4
2 files changed
app/src/main/res/values/colors.xml
@@ -1,5 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
+ <color name="colorPrimary">#E91E63</color>
4
+ <color name="colorPrimaryDark">#4CAF50</color>
5
+ <color name="colorAccent">#03A9F4</color>
6
<color name="purple_200">#FFBB86FC</color>
7
<color name="purple_500">#FF6200EE</color>
8
<color name="purple_700">#FF3700B3</color>
lib/build.gradle
@@ -35,6 +35,6 @@ dependencies {
35
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
36
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
37
38
- implementation 'com.github.gzeinnumer:MyLibStyle:0.1.3'
+ implementation 'com.github.gzeinnumer:MyLibStyle:0.1.5'
39
implementation 'com.google.android.material:material:1.2.1'
40
}
0 commit comments