Skip to content

Commit

Permalink
version: 1.2.7
Browse files Browse the repository at this point in the history
code: 27
  • Loading branch information
yueeng committed Aug 29, 2018
1 parent 32e3a5f commit 109c205
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.yueeng.hacg"
minSdkVersion 14
targetSdkVersion 27
versionCode 26
versionName "1.2.6"
versionCode 27
versionName "1.2.7"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}
Expand Down Expand Up @@ -46,12 +46,14 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'org.jsoup:jsoup:1.11.3'
androidTestImplementation "com.android.support:multidex-instrumentation:1.0.2", { exclude module: "multidex" }
androidTestImplementation "com.android.support:multidex-instrumentation:1.0.2", {
exclude module: "multidex"
}
}

tasks.withType(ScalaCompile) {
// Suppress deprecation warnings
scalaCompileOptions.deprecation = false
// Additional parameters
scalaCompileOptions.additionalParameters = ["-feature","-Xexperimental"]
scalaCompileOptions.additionalParameters = ["-feature", "-Xexperimental"]
}

0 comments on commit 109c205

Please sign in to comment.