Mercurial > gmapzoominvert
view app/build.gradle @ 4:3ec20fbf7dc5 default tip
Bump version
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Wed, 05 Sep 2018 21:42:00 -0400 |
parents | c1204965159f |
children |
line wrap: on
line source
apply plugin: 'com.android.application' repositories { jcenter(); } android { compileSdkVersion 27 defaultConfig { applicationId "net.bgreco.gmapzoominvert" minSdkVersion 15 targetSdkVersion 27 versionCode 2 versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) compileOnly 'de.robv.android.xposed:api:82' }