diff --git a/.github/AAR Source (Android)/proguard.txt b/.github/AAR Source (Android)/proguard.txt new file mode 100644 index 0000000..3ef89b8 --- /dev/null +++ b/.github/AAR Source (Android)/proguard.txt @@ -0,0 +1 @@ +-keep class com.yasirkula.unity.* { *; } \ No newline at end of file diff --git a/.github/README.md b/.github/README.md index 1752a36..881c5d3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,7 +34,7 @@ There are 5 ways to install this plugin: - **"Receive Logcat Logs In Android" isn't working, it says "java.lang.ClassNotFoundException: com.yasirkula.unity.DebugConsoleLogcatLogger" in Logcat** -If your project uses ProGuard, try adding the following line to ProGuard filters: `-keep class com.yasirkula.unity.* { *; }` +If you are sure that your plugin is up-to-date, then enable **Custom Proguard File** option from *Player Settings* and add the following line to that file: `-keep class com.yasirkula.unity.* { *; }` ## HOW TO diff --git a/Plugins/IngameDebugConsole/Android/IngameDebugConsole.aar b/Plugins/IngameDebugConsole/Android/IngameDebugConsole.aar index e8bb24f..75c3112 100644 Binary files a/Plugins/IngameDebugConsole/Android/IngameDebugConsole.aar and b/Plugins/IngameDebugConsole/Android/IngameDebugConsole.aar differ diff --git a/package.json b/package.json index 545b289..4ceac91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.yasirkula.ingamedebugconsole", "displayName": "In-game Debug Console", - "version": "1.4.7", + "version": "1.4.8", "documentationUrl": "https://github.com/yasirkula/UnityIngameDebugConsole", "changelogUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/releases", "licensesUrl": "https://github.com/yasirkula/UnityIngameDebugConsole/blob/master/LICENSE.txt",