提交 005abade 编写于 作者: bluesofy's avatar bluesofy 🎏

Update: X5-Sdk To v3.6

上级 376e335a
......@@ -10,7 +10,7 @@
### 使用说明 Usage
#### 添加依赖
```Gradle
api 'cn.byk.pandora:atomwebview:1.0.0'
api 'cn.byk.pandora:atomwebview:1.0.1'
```
#### 使用方法
......
......@@ -28,7 +28,8 @@ dependencies {
androidTestImplementation "com.android.support.test:runner:$rootProject.runnerVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion"
implementation 'cn.byk.pandora:atomwebview:1.0.0'
// implementation project(":atomwebview")
implementation 'cn.byk.pandora:atomwebview:1.0.1'
implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
}
ext {
// Sdk and tools
compileSdkVersion = 27
buildToolsVersion = '27.0.2'
buildToolsVersion = '28.0.0'
minSdkVersion = 16
targetSdkVersion = 27
// Libs dependencies
supportLibraryVersion = '27.0.2'
supportLibraryVersion = '27.1.1'
junitVersion = '4.12'
runnerVersion = '1.0'
espressoVersion = '3.0.1'
runnerVersion = '1.0.2'
espressoVersion = '3.0.2'
// version
versionCode = '100'
versionCode = '101'
// Bin-tray
bintrayRepo = 'maven'
......@@ -21,7 +21,7 @@ ext {
publishedGroupId = 'cn.byk.pandora'
artifact = 'atomwebview'
libraryName = 'AtomWebView'
libraryVersion = '1.0.0'
libraryVersion = '1.0.1'
libraryDescription = 'Smart WebView Lib Base on Tencent X5'
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册