| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-12-14 | Use apksigner for signing the apk | Jules Aguillon | 1 | -5/+7 | |
| The Play Store now requires the "Signing Scheme V2", which is implemented by apksigner. | |||||
| 2021-12-12 | Upgrade to Android SDK version 30 | Jules Aguillon | 1 | -1/+1 | |
| 2021-09-21 | Build requires Android Build Tools <= 30.0.3 | Jules Aguillon | 1 | -0/+1 | |
| 'dx' is missing in 31.0.0. | |||||
| 2021-04-13 | Change build system to make | Jules Aguillon | 1 | -4/+2 | |
| The ant scripts included in the android SDK were removed recently. The alternative is Gradle. Gradle doesn't work well in this app because it's not possible to use Nix to pull dependencies. Gradle will try to patch the SDK. Also, it's very slow. It turns out the required build script is quite simple. | |||||
| 2021-01-16 | Use openjdk8 | Jules Aguillon | 1 | -1/+1 | |
| 2021-01-05 | Use more recent Java | Jules Aguillon | 1 | -1/+1 | |
| 2021-01-04 | Upgrade the platform version to 29 | Jules Aguillon | 1 | -1/+1 | |
| 2021-01-04 | Add 'shell.nix' and build the project | Jules Aguillon | 1 | -0/+22 | |
| Add a working environment and specify Java version | |||||
