From ff7ecedd80bcfec4bdfbefdcbe7ad8dddf8e849d Mon Sep 17 00:00:00 2001 From: Mygod Date: Wed, 3 Jan 2018 23:14:28 +0800 Subject: [PATCH] 0.0.1 --- mobile/.gitignore | 1 + mobile/build.gradle | 4 ++-- mobile/proguard-rules.pro | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mobile/.gitignore b/mobile/.gitignore index 4a207df0..242ec3ba 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -1,4 +1,5 @@ /build +/release # tests aren't ready yet /src/androidTest diff --git a/mobile/build.gradle b/mobile/build.gradle index 1f9239dc..a18b6e3b 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -27,12 +27,12 @@ android { } dependencies { - implementation 'com.android.support.constraint:constraint-layout:1.0.2' - implementation 'com.android.support:design:27.0.2' kapt "com.android.databinding:compiler:$androidPluginVersion" implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "com.android.support:customtabs:$supportLibraryVersion" + implementation "com.android.support:design:$supportLibraryVersion" implementation "com.android.support:preference-v14:$supportLibraryVersion" + implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation "com.takisoft.fix:preference-v7:$takisoftFixVersion" implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlinVersion" testImplementation 'junit:junit:4.12' diff --git a/mobile/proguard-rules.pro b/mobile/proguard-rules.pro index f1b42451..97f6f95a 100644 --- a/mobile/proguard-rules.pro +++ b/mobile/proguard-rules.pro @@ -14,7 +14,8 @@ # Uncomment this to preserve the line number information for # debugging stack traces. -#-keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,LineNumberTable +-dontobfuscate # If you keep the line number information, uncomment this to # hide the original source file name.