Skip to content

Instantly share code, notes, and snippets.

@asjk207
asjk207 / build.gradle
Created March 19, 2020 05:14 — forked from albinmathew/build.gradle
An example configuration for proguard-rules.pro
android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
defaultConfig {
applicationId "com.abc.example"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"