This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
movecerts/app/build.gradle

37 lines
664 B
Groovy
Raw Permalink Normal View History

2014-07-24 16:37:28 +00:00
apply plugin: 'com.android.application'
2014-07-24 17:07:18 +00:00
repositories {
jcenter()
2014-07-24 17:07:18 +00:00
}
dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
2014-07-24 17:07:18 +00:00
}
2014-07-02 14:31:36 +00:00
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
defaultConfig {
applicationId 'com.nutomic.zertman'
minSdkVersion 19
targetSdkVersion 22
2014-10-22 11:44:23 +00:00
versionCode 3
versionName '1.0.2'
testApplicationId 'com.nutomic.zertman.test'
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
testHandleProfiling true
testFunctionalTest true
}
buildTypes {
debug {
applicationIdSuffix ".debug"
debuggable true
}
2014-08-05 17:50:47 +00:00
}
2014-07-02 14:31:36 +00:00
}
dependencies {
compile 'eu.chainfire:libsuperuser:1.0.0.201504231659'
}