File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# AdvancedAsyncTask
2- [ ![ Release] ( https://img.shields.io/badge/jcenter-1.0.3 -blue.svg )] ( https://bintray.com/mcsong/maven/advancedasynctask ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-AdvancedAsyncTask-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/2506 )
2+ [ ![ Release] ( https://img.shields.io/badge/jcenter-1.0.4 -blue.svg )] ( https://bintray.com/mcsong/maven/advancedasynctask ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-AdvancedAsyncTask-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/2506 )
33
44## Overview
55This library is enhanced for using AsyncTask api.
@@ -13,7 +13,7 @@ This library is enhanced for using AsyncTask api.
1313Gradle
1414``` groovy
1515 dependencies {
16- compile 'net.sjava:advancedasynctask:1.0.3 '
16+ compile 'net.sjava:advancedasynctask:1.0.4 '
1717 }
1818```
1919
2222 <dependency >
2323 <groupId >net.sjava</groupId >
2424 <artifactId >advancedasynctask</artifactId >
25- <version >1.0.3 </version >
25+ <version >1.0.4 </version >
2626 </dependency >
2727```
2828
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ publish {
55 userOrg = ' mcsong'
66 groupId = ' net.sjava'
77 artifactId = ' advancedasynctask'
8- publishVersion = ' 1.0.3 '
8+ publishVersion = ' 1.0.4 '
99 desc = ' Advanced Asynctask library for Android'
1010 website = ' https://github.com/mcsong/AdvancedAsyncTask'
1111 issueTracker = " ${ website} /issues"
@@ -33,8 +33,8 @@ android {
3333 defaultConfig {
3434 minSdkVersion 9
3535 targetSdkVersion 24
36- versionCode 2
37- versionName " 1.0.3 "
36+ versionCode 3
37+ versionName " 1.0.4 "
3838 }
3939
4040 buildTypes {
You can’t perform that action at this time.
0 commit comments