mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
Add unit tests
- add APK file containing a simple app that tries to use coroutines every 2 seconds, and would fail with earlier versions of APKTool - add unit test for decoding the app - add unit test for building a decoded app
This commit is contained in:
parent
cfd50acd1d
commit
61088302e3
@ -757,7 +757,6 @@ public class Androlib {
|
||||
return ! stored.exists() || BrutIO.recursiveModifiedTime(working) > BrutIO .recursiveModifiedTime(stored);
|
||||
}
|
||||
|
||||
|
||||
private boolean isFile(File working) {
|
||||
return working.exists();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user