Explorar el Código

tunnel: the external API does not expose java9

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld hace 4 años
padre
commit
704c344213
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +2
    -2
      tunnel/build.gradle
  2. +2
    -0
      ui/build.gradle

+ 2
- 2
tunnel/build.gradle Ver fichero

@@ -24,8 +24,8 @@ android {
}

dependencies {
api "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion"
api "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
implementation "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion"
implementation "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
implementation "androidx.annotation:annotation:$annotationsVersion"
implementation "androidx.collection:collection:$collectionVersion"
implementation "com.google.code.findbugs:jsr305:$jsr305Version"


+ 2
- 0
ui/build.gradle Ver fichero

@@ -83,6 +83,8 @@ dependencies {
implementation "com.google.android.material:material:$materialComponentsVersion"
implementation "com.journeyapps:zxing-android-embedded:$zxingEmbeddedVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation "net.sourceforge.streamsupport:android-retrofuture:$streamsupportVersion"
implementation "net.sourceforge.streamsupport:android-retrostreams:$streamsupportVersion"
}

tasks.withType(JavaCompile) {


Cargando…
Cancelar
Guardar