Commit ba7d7409b25a35210c313f81991d73c2404e9e28

Authored by chudinhbka@gmail.com
1 parent 5520a4b27d
Exists in master and in 1 other branch development

update fix

Showing 3 changed files with 2 additions and 4 deletions Side-by-side Diff

... ... @@ -14,7 +14,7 @@
14 14 multiDexEnabled true
15 15 }
16 16  
17   - flavorDimensions "default"
  17 + //flavorDimensions "default"
18 18  
19 19 buildTypes {
20 20 release {
app/src/main/java/com/dinhcv/lifelogpedometer/activity/TopTodayFragment.java
... ... @@ -139,8 +139,6 @@
139 139  
140 140 pg.setDrawValueInPie(false);
141 141 pg.setUsePieRotation(false);
142   - pg.setInnerPadding(93);
143   - pg.setInnerPaddingColor(R.color.background_main);
144 142 pg.startAnimation();
145 143 pg.setAutoCenterInSlice(false);
146 144  
... ... @@ -9,7 +9,7 @@
9 9 }
10 10 }
11 11 dependencies {
12   - classpath 'com.android.tools.build:gradle:3.0.0'
  12 + classpath 'com.android.tools.build:gradle:2.3.3'
13 13  
14 14 // NOTE: Do not place your application dependencies here; they belong
15 15 // in the individual module build.gradle files