prjkt’s Android Commons¶
allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { // Build tools (AAPT and Zipalign) implementation 'com.github.prjkt-io.android-commons:buildtools:[latest_version]' // Shell utils implementation 'com.github.prjkt-io.android-commons:shell:[latest_version]' // Theme app backend implementation 'com.github.prjkt-io.android-commons:theme:[latest_version]' }