Skip to content

Commit

Permalink
修复构建失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Victory-Over committed Oct 27, 2018
1 parent ad2a36d commit 0cbd712
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
20 changes: 10 additions & 10 deletions superweb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
// }
//}

0 comments on commit 0cbd712

Please sign in to comment.