Skip to content

Commit

Permalink
Update GitHub repo, set Version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Pine committed Apr 2, 2022
1 parent f9af169 commit 466c9d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ afterEvaluate {
pom {
name = PUBLISH_ARTIFACT_ID
description = 'A library provides Composables that handle nice and smooth zooming behaviour for you'
url = 'https://github.com/Mr-Pine/AndroidUtilityLibraries/tree/master/libraries/zoomables'
url = 'https://github.com/Mr-Pine/Zoomables'
licenses {
license {
name = 'Apache License 2.0'
url = 'https://github.com/Mr-Pine/AndroidUtilityLibraries/blob/master/LICENSE'
url = 'https://github.com/Mr-Pine/Zoomables/blob/master/LICENSE'
}
}
developers {
Expand All @@ -71,9 +71,9 @@ afterEvaluate {
// Version control info - if you're using GitHub, follow the
// format as seen here
scm {
connection = 'scm:git:github.com/Mr-Pine/AndroidUtilityLibraries.git'
developerConnection = 'scm:git:ssh://github.com/Mr-Pine/AndroidUtilityLibraries.git'
url = 'https://github.com/Mr-Pine/AndroidUtilityLibraries/tree/master/libraries/zoomables'
connection = 'scm:git:github.com/Mr-Pine/Zoomables.git'
developerConnection = 'scm:git:ssh://github.com/Mr-Pine/Zoomables.git'
url = 'https://github.com/Mr-Pine/Zoomables'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion zoomables/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

ext{
PUBLISH_GROUP_ID = 'de.mr-pine.utils'
PUBLISH_VERSION = '1.2.0'
PUBLISH_VERSION = '1.1.1'
PUBLISH_ARTIFACT_ID = 'zoomables'
}

Expand Down

0 comments on commit 466c9d9

Please sign in to comment.