Skip to content

Commit 977c687

Browse files
author
GauthamAsir
committed
Update AppUpdater Library & bumped to v3.0
Signed-off-by: GauthamAsir <gauthamasir@gmail.com>
1 parent a612f03 commit 977c687

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "a.gautham.statusdownloader"
99
minSdkVersion 21
1010
targetSdkVersion 29
11-
versionCode 2
12-
versionName "2.6"
11+
versionCode 3
12+
versionName "3.0"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
@@ -45,4 +45,6 @@ dependencies {
4545
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
4646
implementation 'de.hdodenhof:circleimageview:3.1.0'
4747

48+
implementation 'com.github.GauthamAsir:AppUpdater:1.1'
49+
4850
}

app/src/main/java/a/gautham/statusdownloader/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Objects;
2929

3030
import a.gautham.library.AppUpdater;
31-
import a.gautham.library.Display;
31+
import a.gautham.library.helper.Display;
3232
import a.gautham.statusdownloader.Adapter.PageAdapter;
3333
import a.gautham.statusdownloader.Utils.Common;
3434

app/src/main/res/values/styles.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<item name="colorPrimary">@color/colorPrimary</item>
77
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
88
<item name="colorAccent">@color/colorAccent</item>
9-
<item name="alertDialogTheme">@style/AlertDialogCustom</item>
10-
</style>
11-
12-
<style name="AlertDialogCustom" parent="Theme.MaterialComponents.Dialog">
13-
<item name="android:colorPrimary">@color/white</item>
14-
<item name="android:colorAccent">@color/white</item>
159
</style>
1610

1711
<style name="PopupMenuStyle" parent="Theme.MaterialComponents">

0 commit comments

Comments
 (0)