We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d6d10 commit e1f0555Copy full SHA for e1f0555
1 file changed
android/sdl_android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- api fileTree(dir: 'libs', include: ['*.jar, *.aar'])
+ api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
45
api 'com.livio.taskmaster:taskmaster:0.4.0'
46
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
47
api 'androidx.annotation:annotation:1.1.0'
0 commit comments