Skip to content

Commit 848ffe9

Browse files
HeniganHenigan
authored andcommitted
Remove bson aar and update build gradle
1 parent e6e61be commit 848ffe9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/sdl_android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ android {
4141
}
4242

4343
dependencies {
44-
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
44+
api fileTree(dir: 'libs', include: ['*.jar'])
4545
//api 'com.livio.taskmaster:taskmaster:0.4.0'
46+
api 'com.smartdevicelink:bson_java_port:1.2.4'
4647
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4748
api 'androidx.annotation:annotation:1.1.0'
4849
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
-62.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)