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

Commit

Permalink
Fix build error (#1099)
Browse files Browse the repository at this point in the history
* Prevent build errors by downgrading Fabric and updating vector drawable files

* Update Gradle to 4.10 to fix Fabric problems with earlier versions

See more: https://stackoverflow.com/a/52503456
  • Loading branch information
thellmund committed Sep 26, 2018
1 parent c0254b5 commit 172c5e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/drawable/meal_alcohol.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24dp"
android:viewportHeight="56.0"
android:viewportWidth="56.0"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/meal_beef.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24dp"
android:viewportHeight="475.696"
android:viewportWidth="475.695"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/meal_pork.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24dp"
android:viewportHeight="407.018"
android:viewportWidth="407.018"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/meal_vegan.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24dp"
android:viewportHeight="44.019"
android:viewportWidth="44.019"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/meal_veggie.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24dp"
android:viewportHeight="56.538"
android:viewportWidth="56.538"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Sep 24 21:32:07 CEST 2018
#Wed Sep 26 09:02:03 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 comments on commit 172c5e3

Please sign in to comment.