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 +// } +//}