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

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanZhilich committed Jul 1, 2015
1 parent dce6f01 commit 4ccd059
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 28 deletions.
1 change: 1 addition & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions opfiab-providers/amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ android {
}

dependencies {
// compile('org.onepf:opfiab:0.3.+@aar') {
// changing = true
// }
compile project(':opfiab')
compile 'org.onepf:opfiab:0.3.0@aar'
//noinspection GradleDynamicVersion
provided 'org.onepf:opfutils:0.1.+'
provided 'com.amazon:in-app-purchasing:2.0.61'
Expand Down
5 changes: 1 addition & 4 deletions opfiab-providers/google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ android {
}

dependencies {
// compile('org.onepf:opfiab:0.3.+@aar') {
// changing = true
// }
compile project(':opfiab')
compile 'org.onepf:opfiab:0.3.0@aar'
//noinspection GradleDynamicVersion
provided 'org.onepf:opfutils:0.1.+'
}
5 changes: 1 addition & 4 deletions opfiab-providers/samsung/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ android {
}

dependencies {
// compile('org.onepf:opfiab:0.3.+@aar') {
// changing = true
// }
compile project(':opfiab')
compile 'org.onepf:opfiab:0.3.0@aar'
//noinspection GradleDynamicVersion
provided 'org.onepf:opfutils:0.1.+'
}
20 changes: 4 additions & 16 deletions samples/trivialdrive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,14 @@ dependencies {
compile 'de.greenrobot:eventbus:2.4.0'
//noinspection GradleDynamicVersion
compile 'org.onepf:opfutils:0.1.+'
compile project(':opfiab')
// compile('org.onepf:opfiab:0.3.+@aar') {
// changing = true
// }
compile 'org.onepf:opfiab:0.3.0@aar'
// OPFIab Google
compile project(':opfiab-google')
// compile('org.onepf:opfiab-google:0.3.+@aar') {
// changing = true
// }
compile 'org.onepf:opfiab-google:0.3.0@aar'
// OPFIab Amazon
compile project(':opfiab-amazon')
// compile('org.onepf:opfiab-amazon:0.3.+@aar') {
// changing = true
// }
compile 'org.onepf:opfiab-amazon:0.3.+@aar'
compile 'com.amazon:in-app-purchasing:2.0.61'
// OPFIab Samsung
compile project(':opfiab-samsung')
// compile('org.onepf:opfiab-samsung:0.3.+@aar') {
// changing = true
// }
compile 'org.onepf:opfiab-samsung:0.3.+@aar'
// UI
compile 'com.makeramen:dragsortadapter:1.3.0'
// Leak Canary
Expand Down

0 comments on commit 4ccd059

Please sign in to comment.