Skip to content

Commit

Permalink
QVQ
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilso committed Oct 31, 2017
1 parent 7aec9e0 commit f0cb42d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ManyBlue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 18
targetSdkVersion 25
versionCode 3
versionName "1.1.4"
versionName "1.1.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -34,17 +34,17 @@ dependencies {

//---------------------------------------------

// 指定编码
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}

// 打包源码
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}

artifacts {
archives sourcesJar
}
//// 指定编码
//tasks.withType(JavaCompile) {
// options.encoding = "UTF-8"
//}
//
//// 打包源码
//task sourcesJar(type: Jar) {
// from android.sourceSets.main.java.srcDirs
// classifier = 'sources'
//}
//
//artifacts {
// archives sourcesJar
//}

0 comments on commit f0cb42d

Please sign in to comment.