Skip to content
Snippets Groups Projects
Unverified Commit e6a05201 authored by Philipp Nowak's avatar Philipp Nowak Committed by GitHub
Browse files

Small build.gradle adjustment (EXPOSUREAPP-4517) #2041


- Get rid of windows backslash path warning for ENF aar dependency

Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
parent 54ddd11e
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,6 @@ dependencies { ...@@ -325,7 +325,6 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-process:2.2.0' implementation 'androidx.lifecycle:lifecycle-process:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-savedstate:2.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.annotation:annotation:1.1.0'
...@@ -350,7 +349,7 @@ dependencies { ...@@ -350,7 +349,7 @@ dependencies {
implementation 'com.google.zxing:core:3.3.0' implementation 'com.google.zxing:core:3.3.0'
//ENA //ENA
implementation files('libs\\play-services-nearby-exposurenotification-1.7.2-eap.aar') implementation files('libs/play-services-nearby-exposurenotification-1.7.2-eap.aar')
// Testing // Testing
testImplementation "androidx.arch.core:core-testing:2.1.0" testImplementation "androidx.arch.core:core-testing:2.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment