Compare commits

..

No commits in common. '6319140b4da8516aac381eb7eecb0f075990fa63' and '2d7aed77bc564d546c5ba81a59bce085bd700428' have entirely different histories.

  1. 2
      app/build.gradle
  2. 2
      zlive/build.gradle

@ -14,7 +14,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 315
versionName "0225v2"
versionName "0225"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

@ -15,5 +15,5 @@ android {
}
dependencies {
api 'net.java.dev.jna:jna:5.2.0'
implementation 'net.java.dev.jna:jna:5.2.0'
}
Loading…
Cancel
Save