use jdk1.8
pull/166/head
xufulong 4 years ago
parent 719fe8e564
commit f2a56ad311
  1. 4
      app/build.gradle

@ -40,6 +40,10 @@ android {
}
useLibrary "org.apache.http.legacy"
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}
dependencies {

Loading…
Cancel
Save