Skip to content

Commit 71cf2ba

Browse files
committed
라이브러리 배포 준비
1 parent 6491f1e commit 71cf2ba

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

audioControllerLibrary/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ dependencies {
4141
testImplementation 'junit:junit:4.13.2'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
44-
}
44+
}
45+
46+
group='com.github.HyunJinNo'

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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+
28
plugins {
39
id 'com.android.application' version '8.0.1' apply false
410
id 'com.android.library' version '8.0.1' apply false

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
1010
repositories {
1111
google()
1212
mavenCentral()
13+
maven { url "https://jitpack.io" }
1314
}
1415
}
1516
rootProject.name = "SimpleAudioController"

0 commit comments

Comments
 (0)