Skip to content

Commit

Permalink
Merge pull request #6390 from Bnyro/master
Browse files Browse the repository at this point in the history
chore: add missing proguard rules
  • Loading branch information
Bnyro authored Aug 23, 2024
2 parents f559a8d + fe0ba37 commit 606e256
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@
-keep class org.mozilla.javascript.** { *; }
-keep class org.mozilla.classfile.ClassFileWriter
-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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/release/baselineProfiles/0/app-x86-release.dm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/release/baselineProfiles/1/app-x86-release.dm
Binary file not shown.
Binary file not shown.
40 changes: 20 additions & 20 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "UNIVERSAL",
"filters": [],
"attributes": [],
"versionCode": 54,
"versionName": "0.24.0",
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-universal-release.apk"
},
{
Expand All @@ -24,48 +24,48 @@
}
],
"attributes": [],
"versionCode": 54,
"versionName": "0.24.0",
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 54,
"versionName": "0.24.0",
"outputFile": "app-x86-release.apk"
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "x86_64"
"value": "x86"
}
],
"attributes": [],
"versionCode": 54,
"versionName": "0.24.0",
"outputFile": "app-x86_64-release.apk"
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-x86-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "x86_64"
}
],
"attributes": [],
"versionCode": 54,
"versionName": "0.24.0",
"outputFile": "app-arm64-v8a-release.apk"
"versionCode": 55,
"versionName": "0.25.0",
"outputFile": "app-x86_64-release.apk"
}
],
"elementType": "File",
Expand All @@ -76,9 +76,9 @@
"baselineProfiles": [
"baselineProfiles/1/app-universal-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_64-release.dm",
"baselineProfiles/1/app-arm64-v8a-release.dm"
"baselineProfiles/1/app-x86_64-release.dm"
]
},
{
Expand All @@ -87,9 +87,9 @@
"baselineProfiles": [
"baselineProfiles/0/app-universal-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_64-release.dm",
"baselineProfiles/0/app-arm64-v8a-release.dm"
"baselineProfiles/0/app-x86_64-release.dm"
]
}
],
Expand Down

0 comments on commit 606e256

Please sign in to comment.