diff --git a/app/build.gradle b/app/build.gradle index ce3d782..077e995 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,8 @@ dependencies { // implementation 'network.datahop.libs:datahop:v0.0.13' implementation(name: 'datahop', ext: 'aar') - implementation 'network.datahop.libs:blediscovery:0.0.8' - implementation 'network.datahop.libs:wifidirect:0.0.3' +// implementation 'network.datahop.libs:blediscovery:0.0.8' + implementation(name: 'blediscovery', ext: 'aar') + implementation(name: 'wifidirect', ext: 'aar') +// implementation 'network.datahop.libs:wifidirect:0.0.3' } \ No newline at end of file diff --git a/app/libs/blediscovery.aar b/app/libs/blediscovery.aar new file mode 100644 index 0000000..3fa29a2 Binary files /dev/null and b/app/libs/blediscovery.aar differ diff --git a/app/libs/wifidirect.aar b/app/libs/wifidirect.aar new file mode 100644 index 0000000..2b834c9 Binary files /dev/null and b/app/libs/wifidirect.aar differ diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6fd06cd..42fa93a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -13,6 +13,10 @@ + + + @@ -42,6 +46,9 @@ + + +