Skip to content

Commit 829b87f

Browse files
updated for publish
1 parent 7ffa3b6 commit 829b87f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

app/build.gradle

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

67
android {

jipack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdk:
2+
- openjdk11
3+
before_install:
4+
- ./scripts/prepareJitpackEnvironment.sh

s3media_files_uploader/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,19 @@ android {
3030
jvmTarget = '1.8'
3131
}
3232
}
33+
afterEvaluate {
34+
publishing {
35+
publications {
36+
release(MavenPublication) {
37+
from components.release
3338

39+
groupId = 'com.github.softsuave-tech-matrix'
40+
artifactId = 's3media_files_uploader'
41+
version = '1.0.0'
42+
}
43+
}
44+
}
45+
}
3446
dependencies {
3547

3648
implementation 'androidx.core:core-ktx:1.10.1'

0 commit comments

Comments
 (0)