From 87ec3620d2259064831356c2f4000ae591756fd2 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 10 Feb 2018 14:16:15 +0100 Subject: Reformat code --- app/build.gradle | 94 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 1e96fdc..4b11a3e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,66 +3,66 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { - compileSdkVersion 25 - buildToolsVersion '26.0.2' + compileSdkVersion 25 + buildToolsVersion '26.0.2' - defaultConfig { - applicationId "org.pacien.tincapp" - minSdkVersion 21 - targetSdkVersion 21 - multiDexEnabled true - versionCode 7 - versionName "0.7" - ndk { - abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' - } - } + defaultConfig { + applicationId "org.pacien.tincapp" + minSdkVersion 21 + targetSdkVersion 21 + multiDexEnabled true + versionCode 7 + versionName "0.7" + ndk { + abiFilters 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'arm64-v8a' + } + } - buildTypes { - release { - minifyEnabled true - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - } - } + buildTypes { + release { + minifyEnabled true + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } + } - externalNativeBuild { - cmake { - path "CMakeLists.txt" - } - } + externalNativeBuild { + cmake { + path "CMakeLists.txt" + } + } - lintOptions { - disable 'MissingTranslation' - } + lintOptions { + disable 'MissingTranslation' + } } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) + compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.4.0' - compile 'com.android.support:design:25.4.0' - compile 'com.android.support:support-v4:25.4.0' - compile 'com.android.support:recyclerview-v7:25.4.0' - compile 'com.android.support.constraint:constraint-layout:1.0.2' + compile 'com.android.support:appcompat-v7:25.4.0' + compile 'com.android.support:design:25.4.0' + compile 'com.android.support:support-v4:25.4.0' + compile 'com.android.support:recyclerview-v7:25.4.0' + compile 'com.android.support.constraint:constraint-layout:1.0.2' - compile('org.apache.commons:commons-configuration2:2.1.1') { - exclude group: 'commons-logging', module: 'commons-logging' - } - compile('commons-beanutils:commons-beanutils:1.9.3') { - exclude group: 'commons-logging', module: 'commons-logging' - } + compile('org.apache.commons:commons-configuration2:2.1.1') { + exclude group: 'commons-logging', module: 'commons-logging' + } + compile('commons-beanutils:commons-beanutils:1.9.3') { + exclude group: 'commons-logging', module: 'commons-logging' + } - compile 'org.bouncycastle:bcpkix-jdk15on:1.57' + compile 'org.bouncycastle:bcpkix-jdk15on:1.57' - compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' + compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' - compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" + compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" } repositories { - mavenCentral() - jcenter() - maven { - url "https://maven.google.com" - } + mavenCentral() + jcenter() + maven { + url "https://maven.google.com" + } } -- cgit v1.2.3