Skip to content

Commit

Permalink
还原配置
Browse files Browse the repository at this point in the history
Change-Id: I6061ac1aa72cb1fd363733d7eae28bdcd3ca8e95
  • Loading branch information
youth5201314 committed May 18, 2021
1 parent 4b99416 commit 0d3a60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion banner/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group = "com.youth.banner"
version = "2.2.0"

android {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
dependencies {

classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

Expand Down

0 comments on commit 0d3a60e

Please sign in to comment.