Skip to content

Commit 34a2a00

Browse files
author
Jorge Costa
committed
Added BintrayDeployAumotator.
Release 0.3.0
1 parent cffa693 commit 34a2a00

5 files changed

Lines changed: 21 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use the Activity Fragment Manager, add the compile dependency with the latest
2020
Add the Activity Fragment Manager to your `build.gradle`:
2121
```gradle
2222
dependencies {
23-
compile 'com.massivedisaster:activity-fragment-manager:0.2.2'
23+
compile 'com.massivedisaster:activity-fragment-manager:0.3.0'
2424
}
2525
```
2626

@@ -31,7 +31,7 @@ In the `pom.xml` file:
3131
<dependency>
3232
<groupId>com.massivedisaster</groupId>
3333
<artifactId>activity-fragment-manager</artifactId>
34-
<version>0.2.2</version>
34+
<version>0.3.0</version>
3535
</dependency>
3636
```
3737

activity-fragment-manager/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ dependencies {
4646

4747

4848
publish {
49-
userOrg = userOrgBase
50-
groupId = adalModuleBase
51-
artifactId = 'adal'
52-
publishVersion = libraryVersionString()
53-
desc = 'ADAL'
49+
userOrg = "jmspt"
50+
groupId = "com.massivedisaster"
51+
artifactId = 'activity-fragment-manager'
52+
publishVersion = "0.3.0"
53+
desc = 'Activity Fragment Manager'
5454
website = websiteBase
5555
licences = licensesBase
5656
}

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1919
ext {
20-
userOrgBase = 'massivedisaster'
20+
userOrgBase = 'jmspt'
2121
websiteBase = 'https://github.com/massivedisaster/Activity-Fragment-Manager'
2222
licensesBase = ['LGPL-3.0']
2323
packageBase = 'com.massivedisaster'
24-
adalModuleBase = packageBase + 'activity-fragment-manager'
24+
afmModuleBase = packageBase + '.activity-fragment-manager'
2525
isLibrary = true
2626
libraryVersionCode = 1
27-
libraryVersionName = '0.2.2'
27+
libraryVersionName = '0.3.0'
2828
librarySnaphotEnabled = false
2929

3030
libraryVersionString = {
@@ -38,8 +38,8 @@ buildscript {
3838
}
3939
dependencies {
4040
classpath 'com.android.tools.build:gradle:2.3.2'
41-
classpath 'pt.simdea.verifier:verifier:3.4.9'
4241
classpath 'com.novoda:bintray-release:0.3.4'
42+
classpath 'pt.simdea.verifier:verifier:3.4.9'
4343
}
4444
}
4545

1.94 MB
Binary file not shown.

deploy/configuration.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"basePath": "../",
3+
"readmePath": "../README.md",
4+
"version": "0.3.0",
5+
"modules": [
6+
"activity-fragment-manager"
7+
],
8+
"bintrayUsername": "jmspt",
9+
"bintrayKey": "84d0a1571053d3f110abcc40ef7e73e36b51012e"
10+
}

0 commit comments

Comments
 (0)