Skip to content

Instantly share code, notes, and snippets.

View mrsid96's full-sized avatar
😎
Open Source Lover

Sidharth Patnaik mrsid96

😎
Open Source Lover
View GitHub Profile
@mrsid96
mrsid96 / build.gradle
Created January 15, 2019 14:22 — 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"