Merge pull request #2369 from open-keychain/update_gradle_plugin_ssh_auth_api

Update android gradle plugin for sshauthentication-api
This commit is contained in:
Dominik Schürmann
2018-07-10 07:37:42 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ android {
minifyEnabled false
//proguardFiles = buildTypes.release.proguardFiles
//testProguardFiles 'proguard-rules-test.pro'
multiDexEnabled true
applicationIdSuffix ".debug"

View File

@@ -4,9 +4,10 @@ apply plugin: 'bintray-release' // must be applied after your artifact generatin
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.novoda:bintray-release:0.8.0'
}
}