Skip to content

Commit 79843bb

Browse files
committed
a few bundle changes
1 parent 679b5a3 commit 79843bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

app/build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ android {
2121
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2222
}
2323
}
24+
25+
26+
bundle {
27+
language {
28+
enableSplit = true
29+
}
30+
density {
31+
enableSplit = true
32+
}
33+
abi {
34+
enableSplit = true
35+
}
36+
}
2437
}
2538

2639
dependencies {

app/src/main/java/com/github/roarappstudio/btkontroller/extraLibraries/CustomGestureDetector.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ class CustomGestureDetector(context: Context, internal var mListener: GestureDet
1414
}
1515

1616

17-
}
17+
}

0 commit comments

Comments
 (0)