Refactor to androidx, add pref to switch between wifi and wifi ftm

This commit is contained in:
Markus Ebner
2020-04-07 17:24:02 +02:00
parent d5477a077a
commit 5c939eb458
17 changed files with 87 additions and 68 deletions

View File

@@ -21,13 +21,14 @@ android {
}
dependencies {
implementation 'com.android.support:design:28.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.google.android.gms:play-services:12.0.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'org.apmem.tools:layouts:1.10@aar'
implementation 'androidx.preference:preference:1.0.0'
//compile 'com.google.android.support:wearable:1.3.0'
//compile 'com.google.android.gms:play-services-wearable:8.4.0'
//provided 'com.google.android.wearable:wearable:1.0.0'