Skip to content

Commit

Permalink
Added Android 12 support
Browse files Browse the repository at this point in the history
Added Android 12 Support (API31)
  • Loading branch information
mariodantas authored Nov 5, 2021
1 parent 904e82c commit 2cde79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ApkParser/AndroidPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
define('ANDROID_API_PIE', 28);
define('ANDROID_API_Q', 29);
define('ANDROID_API_R', 30);
define('ANDROID_API_S', 30);
define('ANDROID_API_S', 31);


/**
Expand Down

0 comments on commit 2cde79e

Please sign in to comment.