File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,4 +44,19 @@ dependencies {
4444 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
4545}
4646
47- group= ' com.github.HyunJinNo'
47+ afterEvaluate {
48+ publishing {
49+ publications {
50+ // Creates a Maven publication called "release"
51+ release(MavenPublication ) {
52+ // Applies the component for the release build variant.
53+ from components. release
54+
55+ // You can customize attributes of the publication.
56+ groupId = ' com.github.HyunJinNo'
57+ artifactId = ' '
58+ version = ' 1.0.0'
59+ }
60+ }
61+ }
62+ }
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
2- buildscript {
3- dependencies {
4- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
5- }
6- }
7-
82plugins {
93 id ' com.android.application' version ' 8.0.1' apply false
104 id ' com.android.library' version ' 8.0.1' apply false
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ dependencyResolutionManagement {
1010 repositories {
1111 google()
1212 mavenCentral()
13- maven { url " https://jitpack.io" }
1413 }
1514}
1615rootProject. name = " SimpleAudioController"
You can’t perform that action at this time.
0 commit comments