We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcdfb1 commit 0f909feCopy full SHA for 0f909fe
lib/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 19
10
targetSdkVersion 29
11
- versionCode 1
12
- versionName "1.0.0"
+ versionCode 2
+ versionName "1.1.0"
13
consumerProguardFiles "consumer-rules.pro"
14
}
15
lib/src/main/res/layout/dialog_update.xml
@@ -72,7 +72,7 @@
72
tools:text="" />
73
</ScrollView>
74
75
- <com.azhon.appupdate.dialog.NumberProgressBar
+ <com.thomas.update.dialog.NumberProgressBar
76
android:id="@+id/np_bar"
77
android:layout_width="match_parent"
78
android:layout_height="wrap_content"
0 commit comments