Skip to content

Commit 4b4ee6b

Browse files
committed
jcenter abnormity have been excluded
1 parent b812117 commit 4b4ee6b

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
</p>
44
<h3 align="center">ViewCapture</h3>
55
<p align="center">
6-
<a href="https://github.com/HelloHuDi/ViewCapture/raw/master/app/release/app-release.apk" target="_blank"><img src="https://img.shields.io/badge/release-v1.2-blue.svg"></img></a>
7-
<a href="https://github.com/HelloHuDi/ViewCapture/raw/master/app/release/app-release.apk" target="_blank"><img src="https://img.shields.io/badge/demo-v1.2-blue.svg"></img></a>
6+
<a href="https://github.com/HelloHuDi/ViewCapture/raw/master/app/release/app-release.apk" target="_blank"><img src="https://img.shields.io/badge/release-v1.3-blue.svg"></img></a>
7+
<a href="https://github.com/HelloHuDi/ViewCapture/raw/master/app/release/app-release.apk" target="_blank"><img src="https://img.shields.io/badge/demo-v1.3-blue.svg"></img></a>
88
</p>
99

10-
# because of the jcenter version of the conflict, the project is abnormally on the dependency, the maintenance time will take 1-2 days
11-
1210
## provided View, ScrollView, HorizontalScrollView, ListView, RecyclerView, WebView screenshots.
1311

1412
### RecyclerView currently only support LinearLayoutManager.VERTICAL
@@ -18,7 +16,7 @@
1816
## dependencies :
1917

2018
```
21-
implementation 'com.hd.viewcapture:viewcapture:1.2'
19+
implementation 'com.hd.viewcapture:viewcapture:1.3'
2220
```
2321

2422
## code :

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
testImplementation 'junit:junit:4.12'
3333
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3434
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
35-
// implementation project(':viewcapture')
36-
implementation 'com.hd.viewcapture:viewcapture:1.2'
35+
// implementation project(':viewcapture')
36+
implementation 'com.hd.viewcapture:viewcapture:1.3'
3737
implementation 'com.hd.splashscreen:splashscreen:1.4'
3838
implementation 'pub.devrel:easypermissions:1.1.3'
3939
implementation 'com.github.bumptech.glide:glide:4.6.1'

app/release/app-release.apk

80 Bytes
Binary file not shown.

viewcapture/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ def siteUrl = 'https://github.com/HelloHuDi/ViewCapture'
66
def gitUrl = '[email protected]:HelloHuDi/ViewCapture.git'
77
Properties properties = new Properties()
88
properties.load(project.rootProject.file('local.properties').newDataInputStream())
9-
version = "1.2"
9+
version = "1.3"
1010
group = "com.hd.viewcapture"
1111

1212
android {
1313
compileSdkVersion 26
1414
defaultConfig {
1515
minSdkVersion 19
1616
targetSdkVersion 26
17-
versionCode 12
18-
versionName "1.2"
17+
versionCode 13
18+
versionName "1.3"
1919

2020
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2121

0 commit comments

Comments
 (0)