File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 32
32
To use this library in your own project, simply add the following line to your dependencies ta module ` build.gradle ` :
33
33
34
34
```
35
- compile 'com.github.alxgrk.blendedbackground:blendedbackground:2 .+'
35
+ compile 'com.github.alxgrk.blendedbackground:blendedbackground:1 .+'
36
36
```
37
37
38
38
### 2. Using the UI-Component
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.jfrog.bintray'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
5
- def currentVersion = ' 1.0.2 '
5
+ def currentVersion = ' 1.0.0 '
6
6
def webUrl = ' https://github.com/alxgrk/blendedbackground'
7
7
def gitUrl = ' https://github.com/alxgrk/blendedbackground.git'
8
8
@@ -99,13 +99,12 @@ bintray {
99
99
user = System . getenv(' BINTRAY_USER' )
100
100
key = System . getenv(' BINTRAY_API_KEY' )
101
101
pkg {
102
- repo = ' blended-background '
102
+ repo = ' com.github.alxgrk.blendedbackground '
103
103
name = group
104
- userOrg = ' alxgrk-ag'
105
104
106
105
version {
107
106
name = currentVersion
108
- desc = ' Now supports radial gradients .'
107
+ desc = ' Completely replaced package since having problems with JFrog trial policy .'
109
108
vcsTag = currentVersion
110
109
gpg {
111
110
sign = true
You can’t perform that action at this time.
0 commit comments