Skip to content

Commit e1f0555

Browse files
committed
Fix gradle line
1 parent 92d6d10 commit e1f0555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
api fileTree(dir: 'libs', include: ['*.jar, *.aar'])
44+
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
4545
api 'com.livio.taskmaster:taskmaster:0.4.0'
4646
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
4747
api 'androidx.annotation:annotation:1.1.0'

0 commit comments

Comments
 (0)