mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
chore: fix android build isn't working
This commit is contained in:
parent
f0a9f39a10
commit
1c56617955
13
android/app/proguard-rules.pro
vendored
13
android/app/proguard-rules.pro
vendored
@ -6,3 +6,16 @@
|
|||||||
-keepclassmembers class ** {
|
-keepclassmembers class ** {
|
||||||
@kotlinx.serialization.* <fields>;
|
@kotlinx.serialization.* <fields>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## We don't need beans
|
||||||
|
-dontwarn java.beans.BeanDescriptor
|
||||||
|
-dontwarn java.beans.BeanInfo
|
||||||
|
-dontwarn java.beans.IntrospectionException
|
||||||
|
-dontwarn java.beans.Introspector
|
||||||
|
-dontwarn java.beans.PropertyDescriptor
|
||||||
|
|
||||||
|
## Rules for NewPipeExtractor
|
||||||
|
-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
|
||||||
|
-keep class org.mozilla.javascript.** { *; }
|
||||||
|
-keep class org.mozilla.classfile.ClassFileWriter
|
||||||
|
-dontwarn org.mozilla.javascript.tools.**
|
@ -917,9 +917,11 @@ packages:
|
|||||||
flutter_new_pipe_extractor:
|
flutter_new_pipe_extractor:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "../flutter_new_pipe_extractor"
|
path: "."
|
||||||
relative: true
|
ref: HEAD
|
||||||
source: path
|
resolved-ref: c5162e2c30967b197f20cd42aa30340a58efcd94
|
||||||
|
url: "https://github.com/KRTirtho/flutter_new_pipe_extractor.git"
|
||||||
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
flutter_plugin_android_lifecycle:
|
flutter_plugin_android_lifecycle:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
Loading…
Reference in New Issue
Block a user