diff --git a/README.md b/README.md index 153537e9b885249d7e21e8e65c3d0db99faad026..ae9f8b08dafd7115716523d51b8aedcebcbb367b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ### 使用说明 Usage #### 添加依赖 ```Gradle -api 'cn.byk.pandora:atomwebview:1.0.0' +api 'cn.byk.pandora:atomwebview:1.0.1' ``` #### 使用方法 diff --git a/app/build.gradle b/app/build.gradle index c06f7e8f8b44e399ae4473d93c91092cbe04fc4e..174ab10af918562d238a03d124398f09b736b732 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/atomwebview/libs/tbs_sdk_thirdapp_v3.5.0.1004_43500.jar b/atomwebview/libs/tbs_sdk_thirdapp_v3.5.0.1004_43500.jar deleted file mode 100644 index db28d3e9732bbc8e1b581fd87430d20d2ee2c3b7..0000000000000000000000000000000000000000 Binary files a/atomwebview/libs/tbs_sdk_thirdapp_v3.5.0.1004_43500.jar and /dev/null differ diff --git a/atomwebview/libs/tbs_sdk_thirdapp_v3.6.0.1315_43612.jar b/atomwebview/libs/tbs_sdk_thirdapp_v3.6.0.1315_43612.jar new file mode 100644 index 0000000000000000000000000000000000000000..1077363c83cb4dfddec1e3a7730549695f8615ac Binary files /dev/null and b/atomwebview/libs/tbs_sdk_thirdapp_v3.6.0.1315_43612.jar differ diff --git a/config.gradle b/config.gradle index 6175a92dc34a7f70c7bcfbc813ba801c43aa4138..0f8bacd87db532a31001af5e0e8dd57f64c7b2cc 100644 --- a/config.gradle +++ b/config.gradle @@ -1,18 +1,18 @@ 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' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bc9dcb301efde83ab448b7d09239a95835a0c659..b7e284b50eff09b5d51c92ff07343b0a987b7a99 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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