Skip to content

Commit

Permalink
初次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
ymwm_lxl committed Nov 18, 2021
1 parent c9795b1 commit 343bfdf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.library'
id 'maven-publish'
}

android {
Expand Down Expand Up @@ -28,6 +29,19 @@ android {
}
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
groupId = 'com.dbc61.higreenlog'
artifactId = 'final'
version = '0.2.0'
}
}
}
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.3.1'
Expand Down

0 comments on commit 343bfdf

Please sign in to comment.