Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Updated ProGuard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jun 24, 2022
1 parent 0239b81 commit 5a64d43
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
19 changes: 16 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
-ignorewarnings

-dontwarn
-dontnote
-dontwarn **
-dontnote **
-dontobfuscate

-keep class com.sun.** { *; }
# keep javac classes
-keep class com.sun.** { *; }

# Android builder model interfaces
-keep class com.android.** { *; }

# Tooling API classes
-keep class com.itsaky.androidide.tooling.** { *; }

# Builder model implementations
-keep class com.itsaky.androidide.builder.model.** { *; }

# JSONRpc
-keep class org.eclipse.lsp4j.** { *; }
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.itsaky.androidide",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 202,
"versionName": "2.1.1-beta",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
Binary file not shown.

0 comments on commit 5a64d43

Please sign in to comment.