We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc27cb commit c9e07d1Copy full SHA for c9e07d1
2 files changed
app/build.gradle
@@ -1,7 +1,6 @@
1
plugins {
2
id 'com.android.application'
3
id 'org.jetbrains.kotlin.android'
4
- id 'maven-publish'
5
}
6
7
android {
build.gradle
@@ -3,4 +3,14 @@ plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
+ id 'maven-publish'
+}
8
+
9
+publishing {
10
+ publications {
11
+ mavenJava(MavenPublication) {
12
+ artifactId = 'jetpack-loading'
13
+ version= '0.1.0'
14
+ }
15
16
0 commit comments