Skip to content

Commit

Permalink
App updater: Switch to own implementation
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Jan 16, 2020
1 parent efdc74b commit ac15e20
Show file tree
Hide file tree
Showing 34 changed files with 213 additions and 2,395 deletions.
11 changes: 2 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 9
versionName "9.4-" + getDate()
versionName "9.4"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "$applicationId-v$versionName"
Expand All @@ -42,12 +42,6 @@ android {
}
}

def getDate() {
def date = new Date()
def formattedDate = date.format('yyyyMMdd')
return formattedDate
}

repositories {
maven { url "https://jitpack.io" }
}
Expand All @@ -63,15 +57,14 @@ dependencies {
}
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.2.0-alpha03'
implementation 'androidx.preference:preference:1.1.0'
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'com.google.android.material:material:1.2.0-alpha03'
implementation 'com.mattprecious.swirl:swirl:1.2.0'
implementation 'com.mikhaellopez:circularimageview:3.0.2'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'org.adw.library:discrete-seekbar:1.0.1'
implementation 'org.cyanogenmod:platform.sdk:6.0'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'

testImplementation 'junit:junit:4.12'
}
Loading

0 comments on commit ac15e20

Please sign in to comment.