| Age | Commit message (Collapse) | Author | Files | Lines |
|
Using the --product option of aapt.
Remove the app name from translations because it is never translated. It
is still possible to translate it by specifying 'product="default"'.
|
|
|
|
dx have been removed in android build tools >30.0.3 in favor of d8.
Lift the version constraint on the build tools.
|
|
|
|
|
|
|
|
The Play Store now requires the "Signing Scheme V2", which is
implemented by apksigner.
|
|
|
|
Newer versions of jarsigner default to SHA256, which is unsupported for
some versions of Android we support.
|
|
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.
|