-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build 32 bit Android against API level 23
Which is Android 6, rather than against newer versions. This is also how we do it on F-Droid, since that gives broader compatibility. Older Android versions stop working when we target a too high SDK, but targeting the most recent SDK is pretty much required due to Google blocking stuff built against older ones claiming that the application is insecure, even if we don't use anything security-relevant in it.
- Loading branch information
1 parent
b17ba09
commit 7738f68
Showing
1 changed file
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters