mirror of
https://github.com/revanced/Apktool.git
synced 2024-10-31 16:54:35 +01:00
fix: just what???
This commit is contained in:
parent
9bfa4c6040
commit
d9deba1015
@ -89,9 +89,9 @@ public class ResFileDecoder {
|
||||
}
|
||||
|
||||
try {
|
||||
// ReVanced - decode raw on Android
|
||||
// ReVanced - copy raw on Android
|
||||
if (OSDetection.isAndroid()) {
|
||||
decode(inDir, inFileName, outDir, outFileName, "raw");
|
||||
copyRaw(inDir, outDir, inFileName, outFileName);
|
||||
} else {
|
||||
decode(inDir, inFileName, outDir, outFileName, "9patch");
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ buildscript {
|
||||
|
||||
apply from: 'gradle/functions.gradle'
|
||||
|
||||
version = '2.6.7'
|
||||
version = '2.6.8'
|
||||
def suffix = 'SNAPSHOT'
|
||||
|
||||
defaultTasks 'build', 'shadowJar', 'proguard'
|
||||
|
Loading…
Reference in New Issue
Block a user