File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
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+
28plugins {
39 id ' com.android.application' version ' 8.0.1' apply false
410 id ' com.android.library' version ' 8.0.1' apply false
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencyResolutionManagement {
1010 repositories {
1111 google()
1212 mavenCentral()
13+ maven { url " https://jitpack.io" }
1314 }
1415}
1516rootProject. name = " SimpleAudioController"
You can’t perform that action at this time.
0 commit comments