| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ android { | |||
| 37 | 37 | dependencies { | |
| 38 | 38 | def artifactSupportV4 = 'com.android.support:support-v4:21.0.3' | |
| 39 | 39 | def artifactIon = 'com.koushikdutta.ion:ion:2.0.7' | |
| 40 | - def artifactTophe = 'co.tophe:tophe:1.0.0' | ||
| 40 | + def artifactTophe = 'co.tophe:tophe:1.0.1' | ||
| 41 | 41 | ||
| 42 | 42 | def androidAsyncProject = ':AndroidAsync:AndroidAsync' | |
| 43 | 43 | def ionProject = ':Ion:Ion' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,8 @@ POM_DEVELOPER_NAME=Steve Lhomme | |||
| 13 | 13 | ||
| 14 | 14 | POM_ARTIFACT_ID=tophe-ion | |
| 15 | 15 | POM_PACKAGING=jar | |
| 16 | - VERSION_NAME=1.0.1 | ||
| 17 | - VERSION_CODE=10001 | ||
| 16 | + VERSION_NAME=1.0.2 | ||
| 17 | + VERSION_CODE=10002 | ||
| 18 | 18 | ||
| 19 | 19 | ANDROID_BUILD_TARGET_SDK_VERSION=21 | |
| 20 | 20 | ANDROID_BUILD_SDK_VERSION=21 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | apply plugin: 'com.android.library' | |
| 2 | 2 | ||
| 3 | 3 | dependencies { | |
| 4 | - def artifactTophe = 'co.tophe:tophe:1.0.0' | ||
| 4 | + def artifactTophe = 'co.tophe:tophe:1.0.1' | ||
| 5 | 5 | ||
| 6 | 6 | def localTophe = ':Tophe' | |
| 7 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,8 +13,8 @@ POM_DEVELOPER_NAME=Steve Lhomme | |||
| 13 | 13 | ||
| 14 | 14 | POM_ARTIFACT_ID=tophe | |
| 15 | 15 | POM_PACKAGING=jar | |
| 16 | - VERSION_NAME=1.0.0 | ||
| 17 | - VERSION_CODE=10000 | ||
| 16 | + VERSION_NAME=1.0.1 | ||
| 17 | + VERSION_CODE=10001 | ||
| 18 | 18 | ||
| 19 | 19 | ANDROID_BUILD_TARGET_SDK_VERSION=21 | |
| 20 | 20 | ANDROID_BUILD_SDK_VERSION=21 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments