Skip to content

Commit 0f909fe

Browse files
author
tff
committed
fix bug
1 parent 5dcdfb1 commit 0f909fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 1
12-
versionName "1.0.0"
11+
versionCode 2
12+
versionName "1.1.0"
1313
consumerProguardFiles "consumer-rules.pro"
1414
}
1515

lib/src/main/res/layout/dialog_update.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
tools:text="" />
7373
</ScrollView>
7474

75-
<com.azhon.appupdate.dialog.NumberProgressBar
75+
<com.thomas.update.dialog.NumberProgressBar
7676
android:id="@+id/np_bar"
7777
android:layout_width="match_parent"
7878
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)