started to adapt tethering trigger to check a specific type

This commit is contained in:
Jens
2022-07-27 23:00:34 +02:00
parent bdc89a855b
commit 83a27dcfdb
16 changed files with 420 additions and 3 deletions

View File

@ -57,10 +57,16 @@ android {
checkReleaseBuilds false
}
namespace 'com.jens.automation2'
buildFeatures {
viewBinding true
}
}
dependencies {
implementation 'org.jetbrains:annotations:15.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
googlePlayFlavorImplementation 'com.google.firebase:firebase-appindexing:20.0.0'
googlePlayFlavorImplementation 'com.google.android.gms:play-services-location:18.0.0'