Skip to content

Commit

Permalink
Release 5.1.7 (181)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 8, 2019
1 parent 9b180e9 commit 36973be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.gianlu.aria2app"
minSdkVersion 21
targetSdkVersion 28
versionCode 180
versionName "5.1.6"
versionCode 181
versionName "5.1.7"
}

buildTypes {
Expand Down Expand Up @@ -44,9 +44,9 @@ dependencies {
api project(':CommonUtils')
api project(':CountryFlags')
api project(':aria2lib')
api 'androidx.tonyodev.fetch2:xfetch2:3.1.3'
api 'androidx.tonyodev.fetch2:xfetch2:3.1.4'
api 'androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.1'
api 'com.squareup.okhttp3:okhttp:3.14.0'
api 'com.squareup.okhttp3:okhttp:4.0.0'
api 'com.github.PhilJay:MPAndroidChart:v3.1.0'
api 'com.getbase:floatingactionbutton:1.10.1'
api 'org.apmem.tools:layouts:1.10@aar'
Expand Down
6 changes: 5 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true

0 comments on commit 36973be

Please sign in to comment.