build.gradle revision b76e85d5549ba6fc5535ec2a590bad9443bb14d8
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.forgerock.authenticator"
minSdkVersion 14
targetSdkVersion 20
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
lintOptions {
abortOnError false
}
}
dependencies {
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.google.zxing:core:3.2.1'
compile 'com.squareup.picasso:picasso:2.5.2'
testCompile 'junit:junit:4.12'
testCompile 'org.testng:testng:6.8.5'
}