Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
Change-Id: Ie502541a1f5f3e391606f8c8b82cc8f63e6dfa7e
  • Loading branch information
youth5201314 committed May 19, 2021
1 parent 1368cd0 commit 8602d99
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
22 changes: 19 additions & 3 deletions banner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,27 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.youth5201314'

version = "2.2.0"
version = '2.2.0'

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
groupId = 'com.youth.banner'
artifactId = 'banner'
version = version
}
}
}
}

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
versionCode 202000
versionName version
consumerProguardFiles 'proguard-rules.pro'
Expand All @@ -28,3 +41,6 @@ android {
dependencies {
implementation "androidx.viewpager2:viewpager2:1.0.0"
}



3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include ':app',':banner'
include ':app'
include ':banner'
include ':usekotlin'

0 comments on commit 8602d99

Please sign in to comment.