Skip to content

Commit

Permalink
Update AppUpdater Library & bumped to v3.0
Browse files Browse the repository at this point in the history
Signed-off-by: GauthamAsir <[email protected]>
  • Loading branch information
GauthamAsir committed Apr 29, 2020
1 parent a612f03 commit 977c687
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "a.gautham.statusdownloader"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "2.6"
versionCode 3
versionName "3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -45,4 +45,6 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'

implementation 'com.github.GauthamAsir:AppUpdater:1.1'

}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.Objects;

import a.gautham.library.AppUpdater;
import a.gautham.library.Display;
import a.gautham.library.helper.Display;
import a.gautham.statusdownloader.Adapter.PageAdapter;
import a.gautham.statusdownloader.Utils.Common;

Expand Down
6 changes: 0 additions & 6 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="alertDialogTheme">@style/AlertDialogCustom</item>
</style>

<style name="AlertDialogCustom" parent="Theme.MaterialComponents.Dialog">
<item name="android:colorPrimary">@color/white</item>
<item name="android:colorAccent">@color/white</item>
</style>

<style name="PopupMenuStyle" parent="Theme.MaterialComponents">
Expand Down

0 comments on commit 977c687

Please sign in to comment.