Skip to content

Commit

Permalink
removed jcenter as it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelnyandoro committed Jun 2, 2024
1 parent d46b042 commit e0f00dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public void onClick(View v) {
pDialog.setCancelable(false);
new CountDownTimer(800 * 7, 800) {
public void onTick(long millisUntilFinished) {
// you can change the progress bar color by ProgressHelper every 800 millis
i++;
switch (i) {
case 0:
Expand Down

0 comments on commit e0f00dc

Please sign in to comment.