mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
refactor: remove SDK name from development sdk version
This commit is contained in:
parent
b80d13b56a
commit
f4a75fe761
@ -541,7 +541,7 @@ public class ResConfigFlags {
|
||||
|
||||
// AOSP has this as 10,000 for dev purposes.
|
||||
// platform_frameworks_base/commit/c7a1109a1fe0771d4c9b572dcf178e2779fc4f2d
|
||||
public final static int SDK_S = 10000;
|
||||
public final static int SDK_DEVELOPMENT = 10000;
|
||||
|
||||
public final static byte ORIENTATION_ANY = 0;
|
||||
public final static byte ORIENTATION_PORT = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user