fix: I refuse to believe this ever happened and that's why this is my essay of refusing to believe I made this mistake. I cannot comprehend the fact I made this mistake, that's why I'm very sad now. Some people don't understand the meaning behind life, I don't understand the meaning behind how the actual fck I made this mistake. Please send help.

This commit is contained in:
Lucaskyy 2022-06-28 00:17:03 +02:00
parent 42747d6f99
commit 9bfa4c6040
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
2 changed files with 3 additions and 3 deletions

View File

@ -91,9 +91,9 @@ public class ResFileDecoder {
try {
// ReVanced - decode raw on Android
if (OSDetection.isAndroid()) {
decode(inDir, inFileName, outDir, outFileName, "9patch");
} else {
decode(inDir, inFileName, outDir, outFileName, "raw");
} else {
decode(inDir, inFileName, outDir, outFileName, "9patch");
}
return;
} catch (CantFind9PatchChunkException ex) {

View File

@ -45,7 +45,7 @@ buildscript {
apply from: 'gradle/functions.gradle'
version = '2.6.6'
version = '2.6.7'
def suffix = 'SNAPSHOT'
defaultTasks 'build', 'shadowJar', 'proguard'