File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
indicatordots/src/main/java/com/gamemalt/indicatordots Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.4.2 '
10+ classpath ' com.android.tools.build:gradle:3.5.0 '
1111
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Fri Aug 23 09:20:04 PKT 2019
1+ # Sun Sep 29 13:35:26 PKT 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 .1-all.zip
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ public void setWidth(int widthPx) {
264264
265265 public void resetDots () {
266266 removeAllViews ();
267+ stack .clear ();
267268 }
268269
269270 public void resetDotsWithAnim () {
You can’t perform that action at this time.
0 commit comments