Skip to content

Commit

Permalink
Release 4.1.0 (148)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 2, 2018
1 parent eb8666d commit f587dab
Show file tree
Hide file tree
Showing 2 changed files with 5 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 147
versionName "4.0.5"
versionCode 148
versionName "4.1.0"
}

buildTypes {
Expand Down Expand Up @@ -39,8 +39,8 @@ android {
dependencies {
api project(':CommonUtils')
api project(':CountryFlags')
api 'com.tonyodev.fetch2:fetch2:2.3.1'
api 'com.tonyodev.fetch2okhttp:fetch2okhttp:2.3.1'
api 'com.tonyodev.fetch2:fetch2:2.3.2'
api 'com.tonyodev.fetch2okhttp:fetch2okhttp:2.3.2'
api 'com.squareup.okhttp3:okhttp:3.12.0'
api 'com.github.PhilJay:MPAndroidChart:v3.1.0-alpha'
api 'com.getbase:floatingactionbutton:1.10.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="downloadStatus_paused">已暂停</string>
<string name="downloadStatus_complete">完成</string>
<string name="downloadStatus_removed">删除</string>
<string name="version">版本</string>
<string name="versionLabel">版本</string>
<string name="gathering_information">收集信息。请耐心等待…</string>
<string name="profile_help">如果您不知道如何正确设置配置文件,请查看我的网站上的指南:https:/gianlu.xyz/Projects/Aria2App/Documents/create-profile/</string>
<string name="address">地址</string>
Expand Down

0 comments on commit f587dab

Please sign in to comment.