Skip to content

Commit

Permalink
3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaLyy committed Jan 9, 2020
2 parents 90e55a0 + 6839cba commit 36c2267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -43,8 +43,6 @@ public class FtpDownloadModule extends BaseViewModule {
/**
* xx
* 单任务下载的信息
*
*
*/
LiveData<DownloadEntity> getFtpDownloadInfo(Context context) {
//String url = AppUtil.getConfigValue(context, FTP_URL_KEY, ftpDefUrl);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -45,7 +45,7 @@ task clean(type: Delete) {

ext {
versionCode = 383
versionName = '3.8.3_beta_5'
versionName = '3.8.3'
userOrg = 'arialyy'
groupId = 'com.arialyy.aria'
publishVersion = versionName
Expand Down

0 comments on commit 36c2267

Please sign in to comment.