Skip to content

Commit eca1f8a

Browse files
committed
SDK-215 switch to older gradle syntax. The newer syntax was causing issues on cordova 7, 8
1 parent 252f591 commit eca1f8a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/android/dependencies/rules.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
dependencies {
2-
implementation fileTree(dir: 'libs', include: '*.aar')
2+
compile (name:'Branch', ext:'aar')
33
}
4+
repositories {
5+
flatDir {
6+
dirs 'libs'
7+
}
8+
}
9+
10+
411

0 commit comments

Comments
 (0)