Skip to content

Commit 4bc3a68

Browse files
committed
changed because bintray account got deleted
1 parent 4eb74a9 commit 4bc3a68

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Demo:
3232
To use this library in your own project, simply add the following line to your dependencies ta module `build.gradle`:
3333

3434
```
35-
compile 'com.github.alxgrk.blendedbackground:blendedbackground:2.+'
35+
compile 'com.github.alxgrk.blendedbackground:blendedbackground:1.+'
3636
```
3737

3838
### 2. Using the UI-Component

blendedbackground/build.gradle

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.jfrog.bintray'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
def currentVersion = '1.0.2'
5+
def currentVersion = '1.0.0'
66
def webUrl = 'https://github.com/alxgrk/blendedbackground'
77
def gitUrl = 'https://github.com/alxgrk/blendedbackground.git'
88

@@ -99,13 +99,12 @@ bintray {
9999
user = System.getenv('BINTRAY_USER')
100100
key = System.getenv('BINTRAY_API_KEY')
101101
pkg {
102-
repo = 'blended-background'
102+
repo = 'com.github.alxgrk.blendedbackground'
103103
name = group
104-
userOrg = 'alxgrk-ag'
105104

106105
version {
107106
name = currentVersion
108-
desc = 'Now supports radial gradients.'
107+
desc = 'Completely replaced package since having problems with JFrog trial policy.'
109108
vcsTag = currentVersion
110109
gpg {
111110
sign = true

0 commit comments

Comments
 (0)