-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add android release apk, minor readme updates
- Loading branch information
1 parent
c267076
commit 389e91e
Showing
5 changed files
with
13 additions
and
1 deletion.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Sudoku Release APKs | ||
|
||
The APKs from this folder can be downloaded and installed in an android device to run and test this application. | ||
|
||
You'll find 3 different APKs here: | ||
|
||
- [sudoku-armeabi-v7a.apk](./sudoku-armeabi-v7a.apk) - This APK is designed for older 32-bit ARM processors. Learn more about this bundle [here](https://developer.android.com/ndk/guides/abis#v7a). | ||
- [sudoku-arm64-v8a.apk](./sudoku-arm64-v8a.apk) - This APK is optimized for newer 64-bit ARM processors, which are commonly found in modern Android devices. Learn more about this bundle [here](https://developer.android.com/ndk/guides/abis#arm64-v8a). | ||
- [sudoku-x86_64.apk](./sudoku-x86_64.apk) - This APK is intended for 64-bit Intel or AMD processors, which are less common in Android devices. Learn more about this bundle [here](https://developer.android.com/ndk/guides/abis#86-64). | ||
|
||
To learn more about Android App Build, read the [documentation](https://developer.android.com/guide/app-bundle). |
Binary file not shown.
Binary file not shown.
Binary file not shown.