mirror of
https://github.com/AdrianKuta/Unbound-Drag-Drop.git
synced 2025-09-16 21:54:22 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cc5cc07f4a | ||
![]() |
e42b32142b |
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
release:
|
||||
# We'll run this workflow when a new GitHub release is created
|
||||
types: [released]
|
||||
|
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace = "dev.adriankuta.unbounddragdrop"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_17.toString()
|
||||
@@ -15,7 +15,7 @@ android {
|
||||
|
||||
mavenPublishing {
|
||||
coordinates("dev.adriankuta", "unbound-drag-drop", version.toString())
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||
signAllPublications()
|
||||
pom {
|
||||
name = "Unbound Drag & Drop"
|
||||
|
Reference in New Issue
Block a user