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

Update: X5-Sdk To v3.6

上级 376e335a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
### 使用说明 Usage ### 使用说明 Usage
#### 添加依赖 #### 添加依赖
```Gradle ```Gradle
api 'cn.byk.pandora:atomwebview:1.0.0' api 'cn.byk.pandora:atomwebview:1.0.1'
``` ```
#### 使用方法 #### 使用方法
......
...@@ -28,7 +28,8 @@ dependencies { ...@@ -28,7 +28,8 @@ dependencies {
androidTestImplementation "com.android.support.test:runner:$rootProject.runnerVersion" androidTestImplementation "com.android.support.test:runner:$rootProject.runnerVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-core:$rootProject.espressoVersion" 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" implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
} }
ext { ext {
// Sdk and tools // Sdk and tools
compileSdkVersion = 27 compileSdkVersion = 27
buildToolsVersion = '27.0.2' buildToolsVersion = '28.0.0'
minSdkVersion = 16 minSdkVersion = 16
targetSdkVersion = 27 targetSdkVersion = 27
// Libs dependencies // Libs dependencies
supportLibraryVersion = '27.0.2' supportLibraryVersion = '27.1.1'
junitVersion = '4.12' junitVersion = '4.12'
runnerVersion = '1.0' runnerVersion = '1.0.2'
espressoVersion = '3.0.1' espressoVersion = '3.0.2'
// version // version
versionCode = '100' versionCode = '101'
// Bin-tray // Bin-tray
bintrayRepo = 'maven' bintrayRepo = 'maven'
...@@ -21,7 +21,7 @@ ext { ...@@ -21,7 +21,7 @@ ext {
publishedGroupId = 'cn.byk.pandora' publishedGroupId = 'cn.byk.pandora'
artifact = 'atomwebview' artifact = 'atomwebview'
libraryName = 'AtomWebView' libraryName = 'AtomWebView'
libraryVersion = '1.0.0' libraryVersion = '1.0.1'
libraryDescription = 'Smart WebView Lib Base on Tencent X5' libraryDescription = 'Smart WebView Lib Base on Tencent X5'
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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.
先完成此消息的编辑!
想要评论请 注册