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

Commit

Permalink
Update dependencies versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Savin committed Apr 27, 2015
1 parent c3f0db7 commit 7cc051e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion opfpush-providers/adm/build.gradle
Expand Up @@ -110,7 +110,7 @@ dependencies {
androidTestCompile 'org.robolectric:robolectric:2.4'

//noinspection NewerVersionAvailable
compile 'org.onepf:opfpush:0.2.0@aar'
compile 'org.onepf:opfpush:0.2.1@aar'

provided 'com.amazon:amazon-device-messaging:1.0.1'
provided 'com.android.support:support-annotations:19.1.0'
Expand Down
2 changes: 1 addition & 1 deletion opfpush-providers/gcm/build.gradle
Expand Up @@ -111,7 +111,7 @@ dependencies {
androidTestCompile 'org.robolectric:robolectric:2.4'

//noinspection NewerVersionAvailable
compile 'org.onepf:opfpush:0.2.0@aar'
compile 'org.onepf:opfpush:0.2.1@aar'
compile 'com.google.android.gms:play-services-gcm:7.0.0'

provided 'com.android.support:support-annotations:19.1.0'
Expand Down
2 changes: 1 addition & 1 deletion opfpush-providers/nokia/build.gradle
Expand Up @@ -51,7 +51,7 @@ check {

dependencies {
//noinspection NewerVersionAvailable
compile 'org.onepf:opfpush:0.2.0@aar'
compile 'org.onepf:opfpush:0.2.1@aar'
compile 'com.nokia:push:1.0'

provided 'com.android.support:support-annotations:19.1.0'
Expand Down
8 changes: 4 additions & 4 deletions samples/opfpush-sample/build.gradle
Expand Up @@ -90,10 +90,10 @@ android {
}

dependencies {
compile 'org.onepf:opfpush-adm:0.2.0@aar'
compile 'org.onepf:opfpush-gcm:0.2.0@aar'
compile 'org.onepf:opfpush-nokia:0.2.0@aar'
compile 'org.onepf:opfpush:0.2.0@aar'
compile 'org.onepf:opfpush-adm:0.2.1@aar'
compile 'org.onepf:opfpush-gcm:0.2.1@aar'
compile 'org.onepf:opfpush-nokia:0.2.1@aar'
compile 'org.onepf:opfpush:0.2.1@aar'

compile 'com.google.android.gms:play-services:7.0.0'
compile 'com.nokia:push:1.0'
Expand Down

0 comments on commit 7cc051e

Please sign in to comment.