Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Release 0.1.4.
  • Loading branch information
Roman Savin committed Feb 25, 2015
2 parents 0919fef + 5a1b195 commit 10a8ecc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions opfpush-providers/adm/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 4
versionName "0.1.4-SNAPSHOT"
versionName "0.1.4"
}

lintOptions {
Expand All @@ -39,7 +39,7 @@ android {

dependencies {
//noinspection NewerVersionAvailable
compile('org.onepf:opfpush:0.1.3@aar') {
compile('org.onepf:opfpush:0.1.4@aar') {
transitive = true
}
provided 'com.amazon:amazon-device-messaging:1.0.1'
Expand Down
4 changes: 2 additions & 2 deletions opfpush-providers/gcm/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 4
versionName "0.1.4-SNAPSHOT"
versionName "0.1.4"
}

lintOptions {
Expand All @@ -42,7 +42,7 @@ dependencies {
androidTestCompile 'junit:junit:4.12'

//noinspection NewerVersionAvailable
compile('org.onepf:opfpush:0.1.3@aar') {
compile('org.onepf:opfpush:0.1.4@aar') {
transitive = true
}
compile 'com.google.android.gms:play-services-base:6.5.87'
Expand Down
4 changes: 2 additions & 2 deletions opfpush-providers/nokia/build.gradle
Expand Up @@ -26,7 +26,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 4
versionName "0.1.4-SNAPSHOT"
versionName "0.1.4"
}

lintOptions {
Expand All @@ -39,7 +39,7 @@ android {

dependencies {
//noinspection NewerVersionAvailable
compile('org.onepf:opfpush:0.1.3@aar') {
compile('org.onepf:opfpush:0.1.4@aar') {
transitive = true
}
compile 'com.nokia:push:1.0'
Expand Down
2 changes: 1 addition & 1 deletion opfpush/build.gradle
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 15
targetSdkVersion 21
versionCode 4
versionName "0.1.4-SNAPSHOT"
versionName "0.1.4"
}

lintOptions {
Expand Down
8 changes: 4 additions & 4 deletions samples/opfpush-sample/build.gradle
Expand Up @@ -32,10 +32,10 @@ android {
}

dependencies {
compile 'org.onepf:opfpush-adm:0.1.3@aar'
compile 'org.onepf:opfpush-gcm:0.1.3@aar'
compile 'org.onepf:opfpush-nokia:0.1.3@aar'
compile ('org.onepf:opfpush:0.1.3@aar') {
compile 'org.onepf:opfpush-adm:0.1.4@aar'
compile 'org.onepf:opfpush-gcm:0.1.4@aar'
compile 'org.onepf:opfpush-nokia:0.1.4@aar'
compile ('org.onepf:opfpush:0.1.4@aar') {
transitive = true
}

Expand Down

0 comments on commit 10a8ecc

Please sign in to comment.