Kelly Clowers
Kelly Clowers
For the admin cert generation there is this cli command: ``` cfssl gencert \ -ca=ca.pem \ -ca-key=ca-key.pem \ -config=ca-config.json \ -profile=kubernetes \ admin-csr.json | cfssljson -bare admin ``` This no...
This updates just build- and manifest- related code, it does not touch Java application code. Main point of changes: - Set target API level to 34 (Android 14), minimum to...
I do NOT know what I am doing for the most part, but I messed around a bit and did roughly the following: Updated Gradle to 8.9 Change Gradle repos...