Skip to content

Commit

Permalink
Merge pull request #1496 from NativeScript/tachev/support-snapshot-libs
Browse files Browse the repository at this point in the history
feat: support snapshot libs out of the box
  • Loading branch information
vtrifonov authored Oct 9, 2019
2 parents 0975c3d + 4a54091 commit 09f0e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ android {
}

sourceSets.main {
jniLibs.srcDir "$projectDir/libs/jni"
jniLibs.srcDirs = ["$projectDir/libs/jni", "$projectDir/snapshot-build/build/ndk-build/libs"]
}

signingConfigs {
Expand Down

0 comments on commit 09f0e90

Please sign in to comment.