Skip to content

Commit c9e07d1

Browse files
chore: update gradle files
1 parent 7fc27cb commit c9e07d1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id 'com.android.application'
33
id 'org.jetbrains.kotlin.android'
4-
id 'maven-publish'
54
}
65

76
android {

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,14 @@ plugins {
33
id 'com.android.application' version '8.0.2' apply false
44
id 'com.android.library' version '8.0.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
6+
id 'maven-publish'
7+
}
8+
9+
publishing {
10+
publications {
11+
mavenJava(MavenPublication) {
12+
artifactId = 'jetpack-loading'
13+
version= '0.1.0'
14+
}
15+
}
616
}

0 commit comments

Comments
 (0)