From 0cbd712420580d1d160be84427bb45b14797f742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E5=AE=87=E5=B3=B0?= Date: Sat, 27 Oct 2018 11:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- superweb/build.gradle | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6054e7e..6b2fd40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { multiDexEnabled true minSdkVersion 15 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/superweb/build.gradle b/superweb/build.gradle index 82871aa..0c0e08b 100644 --- a/superweb/build.gradle +++ b/superweb/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.2" //X5兼容64位手机 ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" @@ -34,11 +34,11 @@ dependencies { compile files('libs/tbs_sdk_thirdapp_v3.6.0.1249_43610_sharewithdownload_withoutGame_obfs_20180608_114954.jar') } -uploadArchives { - repositories.mavenDeployer { - repository(url: LOCAL_REPO_URL) - pom.groupId = GROUP - pom.artifactId = POM_ARTIFACT_ID - pom.version = VERSION - } -} +//uploadArchives { +// repositories.mavenDeployer { +// repository(url: LOCAL_REPO_URL) +// pom.groupId = GROUP +// pom.artifactId = POM_ARTIFACT_ID +// pom.version = VERSION +// } +//}