0.0.1
This commit is contained in:
1
mobile/.gitignore
vendored
1
mobile/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
/build
|
||||
/release
|
||||
|
||||
# tests aren't ready yet
|
||||
/src/androidTest
|
||||
|
||||
@@ -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'
|
||||
|
||||
3
mobile/proguard-rules.pro
vendored
3
mobile/proguard-rules.pro
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user