We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6fe92 commit 365e466Copy full SHA for 365e466
app/build.gradle
@@ -22,6 +22,12 @@ android {
22
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
23
}
24
25
+
26
+ sourceSets {
27
+ main {
28
+ jniLibs.srcDirs = ['src/main/jniLibs']
29
+ }
30
31
compileOptions {
32
sourceCompatibility JavaVersion.VERSION_1_8
33
targetCompatibility JavaVersion.VERSION_1_8
0 commit comments