Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Jan 4, 2018
1 parent 8e6f325 commit 1ca088c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ AgentWeb 是一个基于的 Android WebView ,简单易用 , 带有进度条
</dependency>

```

## Alpha 版

* Gradle

```
compile 'com.just.agentweb:agentweb:3.1.0-alpha'
```



## 使用
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
compile "com.android.support:design:${SUPPORT_LIB_VERSION}"
// compile "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
testCompile 'junit:junit:4.12'
compile project(':library')
// compile 'com.just.agentweb:agentweb:3.0.0-rc'
// compile project(':library')
compile 'com.just.agentweb:agentweb:3.1.0-alpha'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
Expand Down

0 comments on commit 1ca088c

Please sign in to comment.