Skip to content

Commit b5191c4

Browse files
committed
gradle 파일 수정
1 parent a80e604 commit b5191c4

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
2-
id 'com.android.application'
2+
id 'com.android.library'
33
id 'org.jetbrains.kotlin.android'
4+
id 'maven-publish'
45
}
56

67
android {
78
namespace 'com.example.simpleaudiocontroller'
89
compileSdk 33
910

1011
defaultConfig {
11-
applicationId "com.example.simpleaudiocontroller"
1212
minSdk 24
1313
targetSdk 33
1414
versionCode 1

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

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jdk:
2-
- openjdk11
2+
- openjdk17

0 commit comments

Comments
 (0)