Skip to content

Instantly share code, notes, and snippets.

@stepio
stepio / build.gradle
Last active August 8, 2023 07:47 — forked from qrtt1/aar-deps.gradle
gradle: package *.jar into aar
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"