Skip to content

Commit

Permalink
Remove old settings
Browse files Browse the repository at this point in the history
  • Loading branch information
madcake committed Sep 14, 2020
1 parent d206d61 commit 0005131
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,3 @@ android {

dependencies {
}

task copyJSProvider(type: Copy)

copyJSProvider{
from "../dist/trust-min.js"
rename 'trust-min.js', 'trust.js'
into 'src/main/res/raw'
}

preBuild.dependsOn copyJSProvider

0 comments on commit 0005131

Please sign in to comment.