Skip to content

Commit

Permalink
versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Mar 25, 2020
1 parent 3446103 commit 24a1d69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="colorPrimary">#9c27b0</color>
<color name="colorPrimaryDark">#6a0080</color>
<color name="colorAccent">#40c4ff</color>
</resources>
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
6 changes: 3 additions & 3 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ext {
]

androidx = [
appcompat : "1.0.2",
material : "1.0.0"
appcompat: "1.1.0",
material : "1.1.0"
]

versions = [
gradlePlugin: "3.3.2",
gradlePlugin: "3.4.2",
mavenVersion: "2.1"
]
}

0 comments on commit 24a1d69

Please sign in to comment.