revert java version bump until android studio has better support
This commit is contained in:
parent
4cf637bda1
commit
dbacad4e6c
3 changed files with 7 additions and 7 deletions
|
|
@ -52,13 +52,13 @@ android {
|
|||
compileOptions {
|
||||
coreLibraryDesugaringEnabled true
|
||||
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
|
||||
|
||||
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.3'
|
||||
|
|
|
|||
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
|
@ -1,9 +1,9 @@
|
|||
-dontwarn
|
||||
-ignorewarnings
|
||||
|
||||
-keep class com.dkanada.gramophone.**.* { *; } # Keep all Gelli classes and attributes
|
||||
-keepnames class **.* { *; } # Keep class and attribute names
|
||||
-keepattributes SourceFile,LineNumberTable # Keep file names/line numbers
|
||||
-keep class com.dkanada.gramophone.**.* { *; }
|
||||
-keepnames class **.* { *; }
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# Jellyfin API
|
||||
-keepclasseswithmembers class org.jellyfin.apiclient.model.**.* { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue