File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
java/a/gautham/statusdownloader Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 2828import java .util .Objects ;
2929
3030import a .gautham .library .AppUpdater ;
31- import a .gautham .library .Display ;
31+ import a .gautham .library .helper . Display ;
3232import a .gautham .statusdownloader .Adapter .PageAdapter ;
3333import a .gautham .statusdownloader .Utils .Common ;
3434
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments