Skip to content

Commit 5013dc3

Browse files
chore: update references to repository (#116)
* chore: update references to repository * fix utm
1 parent e132583 commit 5013dc3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Unleash is a private, secure, and scalable [feature management platform](https://www.getunleash.io/) built to reduce the risk of releasing new features and accelerate software development. This Android SDK is designed to help you integrate with Unleash and use feature flags inside your application.
44

5-
You can use this client with [Unleash Enterprise](https://www.getunleash.io/pricing?utm_source=readme&utm_medium=java) or [Unleash Open Source](https://github.com/Unleash/unleash).
5+
You can use this client with [Unleash Enterprise](https://www.getunleash.io/pricing?utm_source=readme&utm_medium=android) or [Unleash Open Source](https://github.com/Unleash/unleash).
66

77
[![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash-android/badge.svg?branch=main)](https://coveralls.io/github/Unleash/unleash-android?branch=main)
88
[![main](https://github.com/Unleash/unleash-android/actions/workflows/build.yaml/badge.svg)](https://github.com/Unleash/unleash-android/actions/workflows/build.yaml)

unleashandroidsdk/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ publishing {
106106
pom {
107107
name.set("Unleash Android")
108108
description.set("Android SDK for Unleash")
109-
url.set("https://gh.getunleash.io/unleash-android")
109+
url.set("https://gh.getunleash.io/unleash-android-sdk")
110110
licenses {
111111
license {
112112
name.set("MIT License")
113-
url.set("https://raw.githubusercontent.com/Unleash/unleash-android/refs/heads/main/LICENSE")
113+
url.set("https://raw.githubusercontent.com/Unleash/unleash-android-sdk/refs/heads/main/LICENSE")
114114
}
115115
}
116116
developers {
@@ -131,9 +131,9 @@ publishing {
131131
}
132132
}
133133
scm {
134-
connection.set("scm:git:https://github.com/Unleash/unleash-android")
135-
developerConnection.set("scm:git:ssh://[email protected]:Unleash/unleash-android")
136-
url.set("https://github.com/Unleash/unleash-android")
134+
connection.set("scm:git:https://github.com/Unleash/unleash-android-sdk")
135+
developerConnection.set("scm:git:ssh://[email protected]:Unleash/unleash-android-sdk")
136+
url.set("https://github.com/Unleash/unleash-android-sdk")
137137
}
138138
}
139139
}
@@ -208,4 +208,4 @@ mavenCentral {
208208
authToken = mavenCentralToken
209209
publishingType = "AUTOMATIC"
210210
maxWait = 120
211-
}
211+
}

0 commit comments

Comments
 (0)