timogoosen.github.io

Github pages blog

View My GitHub Profile

Android

General page for Android stuff. Mostly related to android builds happening on CI.

Gradle:

Plugins

Keystore

*Create a quick keystore file on the fly

TLDR:


$ keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000