File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ First add Bintray to the list of repositories in `build.gradle`:
99``` xml
1010repositories {
1111 maven {
12- url "https://hmrc .bintray.com/mobile-releases"
12+ url "https://dl .bintray.com/hmrc-mobile /mobile-releases"
1313 }
1414}
1515```
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments