Skip to content

Commit 1cc6060

Browse files
authored
Migrate to new bintray repo (#15)
1 parent 8bbfc14 commit 1cc6060

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ First add Bintray to the list of repositories in `build.gradle`:
99
```xml
1010
repositories {
1111
maven {
12-
url "https://hmrc.bintray.com/mobile-releases"
12+
url "https://dl.bintray.com/hmrc-mobile/mobile-releases"
1313
}
1414
}
1515
```

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
google()
99
jcenter()
1010
maven {
11-
url "https://hmrc.bintray.com/mobile-releases"
11+
url "https://dl.bintray.com/hmrc-mobile/mobile-releases"
1212
content {
1313
includeGroup("uk.gov.hmrc.gradle")
1414
}
@@ -18,7 +18,7 @@ buildscript {
1818
dependencies {
1919
classpath 'com.android.tools.build:gradle:4.1.0'
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
21-
classpath "uk.gov.hmrc.gradle:spotless:0.1.0"
21+
classpath "uk.gov.hmrc.gradle:spotless:0.1.4"
2222
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
2323
classpath 'com.karumi:shot:5.2.1'
2424

@@ -52,9 +52,6 @@ allprojects {
5252
repositories {
5353
google()
5454
jcenter()
55-
maven {
56-
url "https://dl.bintray.com/ngcandroid/NGCAndroid"
57-
}
5855
}
5956
}
6057

publishing.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ bintray {
4040
repo = 'mobile-releases'
4141
name = project.name
4242
desc = project.description
43-
userOrg = 'hmrc'
43+
userOrg = 'hmrc-mobile'
4444
licenses = ['Apache-2.0']
45+
vcsUrl = 'https://github.com/hmrc/android-components'
4546
version {
4647
name = project.version
4748
released = new Date()

0 commit comments

Comments
 (0)