Skip to content

Commit

Permalink
fixed warnings about build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Nov 28, 2019
1 parent 37dcb39 commit d873dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Android/gradle_build/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

dependencies {
provided files('./libs/classes.jar')
compileOnly files('./libs/classes.jar')
implementation 'com.android.support:appcompat-v7:23.3.0'
implementation 'com.android.support:support-v4:23.3.0'
}
Expand Down

0 comments on commit d873dc3

Please sign in to comment.