Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 12, 2019
1 parent c991fe5 commit 3c4399a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ android {
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleDependency
compileOnly "com.android.support:recyclerview-v7:${project.supportLibVersion}"
//noinspection GradleDependency
Expand Down
3 changes: 0 additions & 3 deletions android/sdk/buildSrc/download_jsc.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ task unzipJSC(type: Copy, dependsOn: download) {

task copyJscToJniDir(type: Copy, dependsOn: unzipJSC) {
def libsDir = project.android.sourceSets.main.jniLibs.srcDirs[-1]
doFirst{
delete libsDir
}
from zipTree(aar_file)
into libsDir
include 'jni/**/*.so'
Expand Down

0 comments on commit 3c4399a

Please sign in to comment.