mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: add missing proguard rules
This commit is contained in:
parent
c18277d9c7
commit
fe0ba373cd
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@ -120,3 +120,10 @@
|
|||||||
-keep class org.mozilla.javascript.** { *; }
|
-keep class org.mozilla.javascript.** { *; }
|
||||||
-keep class org.mozilla.classfile.ClassFileWriter
|
-keep class org.mozilla.classfile.ClassFileWriter
|
||||||
-dontwarn org.mozilla.javascript.tools.**
|
-dontwarn org.mozilla.javascript.tools.**
|
||||||
|
|
||||||
|
# This is generated automatically by the Android Gradle plugin.
|
||||||
|
-dontwarn java.beans.BeanDescriptor
|
||||||
|
-dontwarn java.beans.BeanInfo
|
||||||
|
-dontwarn java.beans.IntrospectionException
|
||||||
|
-dontwarn java.beans.Introspector
|
||||||
|
-dontwarn java.beans.PropertyDescriptor
|
BIN
app/release/baselineProfiles/0/app-arm64-v8a-release.dm
Normal file
BIN
app/release/baselineProfiles/0/app-arm64-v8a-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/0/app-armeabi-v7a-release.dm
Normal file
BIN
app/release/baselineProfiles/0/app-armeabi-v7a-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/0/app-universal-release.dm
Normal file
BIN
app/release/baselineProfiles/0/app-universal-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/0/app-x86-release.dm
Normal file
BIN
app/release/baselineProfiles/0/app-x86-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/0/app-x86_64-release.dm
Normal file
BIN
app/release/baselineProfiles/0/app-x86_64-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/1/app-arm64-v8a-release.dm
Normal file
BIN
app/release/baselineProfiles/1/app-arm64-v8a-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/1/app-armeabi-v7a-release.dm
Normal file
BIN
app/release/baselineProfiles/1/app-armeabi-v7a-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/1/app-universal-release.dm
Normal file
BIN
app/release/baselineProfiles/1/app-universal-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/1/app-x86-release.dm
Normal file
BIN
app/release/baselineProfiles/1/app-x86-release.dm
Normal file
Binary file not shown.
BIN
app/release/baselineProfiles/1/app-x86_64-release.dm
Normal file
BIN
app/release/baselineProfiles/1/app-x86_64-release.dm
Normal file
Binary file not shown.
@ -11,8 +11,8 @@
|
|||||||
"type": "UNIVERSAL",
|
"type": "UNIVERSAL",
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 54,
|
"versionCode": 55,
|
||||||
"versionName": "0.24.0",
|
"versionName": "0.25.0",
|
||||||
"outputFile": "app-universal-release.apk"
|
"outputFile": "app-universal-release.apk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -24,10 +24,23 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 54,
|
"versionCode": 55,
|
||||||
"versionName": "0.24.0",
|
"versionName": "0.25.0",
|
||||||
"outputFile": "app-armeabi-v7a-release.apk"
|
"outputFile": "app-armeabi-v7a-release.apk"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "ONE_OF_MANY",
|
||||||
|
"filters": [
|
||||||
|
{
|
||||||
|
"filterType": "ABI",
|
||||||
|
"value": "arm64-v8a"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 55,
|
||||||
|
"versionName": "0.25.0",
|
||||||
|
"outputFile": "app-arm64-v8a-release.apk"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "ONE_OF_MANY",
|
"type": "ONE_OF_MANY",
|
||||||
"filters": [
|
"filters": [
|
||||||
@ -37,8 +50,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 54,
|
"versionCode": 55,
|
||||||
"versionName": "0.24.0",
|
"versionName": "0.25.0",
|
||||||
"outputFile": "app-x86-release.apk"
|
"outputFile": "app-x86-release.apk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -50,22 +63,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 54,
|
"versionCode": 55,
|
||||||
"versionName": "0.24.0",
|
"versionName": "0.25.0",
|
||||||
"outputFile": "app-x86_64-release.apk"
|
"outputFile": "app-x86_64-release.apk"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "ONE_OF_MANY",
|
|
||||||
"filters": [
|
|
||||||
{
|
|
||||||
"filterType": "ABI",
|
|
||||||
"value": "arm64-v8a"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"attributes": [],
|
|
||||||
"versionCode": 54,
|
|
||||||
"versionName": "0.24.0",
|
|
||||||
"outputFile": "app-arm64-v8a-release.apk"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File",
|
"elementType": "File",
|
||||||
@ -76,9 +76,9 @@
|
|||||||
"baselineProfiles": [
|
"baselineProfiles": [
|
||||||
"baselineProfiles/1/app-universal-release.dm",
|
"baselineProfiles/1/app-universal-release.dm",
|
||||||
"baselineProfiles/1/app-armeabi-v7a-release.dm",
|
"baselineProfiles/1/app-armeabi-v7a-release.dm",
|
||||||
|
"baselineProfiles/1/app-arm64-v8a-release.dm",
|
||||||
"baselineProfiles/1/app-x86-release.dm",
|
"baselineProfiles/1/app-x86-release.dm",
|
||||||
"baselineProfiles/1/app-x86_64-release.dm",
|
"baselineProfiles/1/app-x86_64-release.dm"
|
||||||
"baselineProfiles/1/app-arm64-v8a-release.dm"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -87,9 +87,9 @@
|
|||||||
"baselineProfiles": [
|
"baselineProfiles": [
|
||||||
"baselineProfiles/0/app-universal-release.dm",
|
"baselineProfiles/0/app-universal-release.dm",
|
||||||
"baselineProfiles/0/app-armeabi-v7a-release.dm",
|
"baselineProfiles/0/app-armeabi-v7a-release.dm",
|
||||||
|
"baselineProfiles/0/app-arm64-v8a-release.dm",
|
||||||
"baselineProfiles/0/app-x86-release.dm",
|
"baselineProfiles/0/app-x86-release.dm",
|
||||||
"baselineProfiles/0/app-x86_64-release.dm",
|
"baselineProfiles/0/app-x86_64-release.dm"
|
||||||
"baselineProfiles/0/app-arm64-v8a-release.dm"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user