Skip to content

Commit 55f9705

Browse files
committed
Fixing MainApplication package
1 parent 1533b85 commit 55f9705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/android/app/src/main/java/com/androidprogressbar/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.androidprogressbarexample;
1+
package com.androidprogressbar;
22

33
import android.app.Application;
44

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.3.1'
16+
classpath 'com.android.tools.build:gradle:3.3.2'
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files

0 commit comments

Comments
 (0)