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

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanZhilich committed May 12, 2015
1 parent 48cbfae commit b6c8d3b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
classpath 'com.noveogroup.android:check:1.1.2'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
#org.gradle.parallel=true
6 changes: 3 additions & 3 deletions opfiab-providers/amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.2.0"
versionName "0.2.1"
}
buildTypes {
release {
Expand Down Expand Up @@ -73,7 +73,7 @@ dependencies {
compile 'com.google.code.findbugs:annotations:3.0.0'
compile 'com.android.support:support-annotations:21.0.3'

compile 'org.onepf:opfiab:0.2.0@aar'
provided 'org.onepf:opfutils:0.1.21'
compile 'org.onepf:opfiab:0.2.1@aar'
provided 'org.onepf:opfutils:0.1.22'
provided 'com.amazon:in-app-purchasing:2.0.61'
}
6 changes: 3 additions & 3 deletions opfiab-providers/google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.2.0"
versionName "0.2.1"
}

buildTypes {
Expand Down Expand Up @@ -70,6 +70,6 @@ dependencies {
compile 'com.google.code.findbugs:annotations:3.0.0'
compile 'com.android.support:support-annotations:21.0.3'

compile 'org.onepf:opfiab:0.2.0@aar'
provided 'org.onepf:opfutils:0.1.21'
compile 'org.onepf:opfiab:0.2.1@aar'
provided 'org.onepf:opfutils:0.1.22'
}
4 changes: 2 additions & 2 deletions opfiab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "0.2.0"
versionName "0.2.1"
}

buildTypes {
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
compile 'com.android.support:support-annotations:21.0.3'

provided 'de.greenrobot:eventbus:2.4.0'
provided 'org.onepf:opfutils:0.1.21'
provided 'org.onepf:opfutils:0.1.22'
//noinspection GradleDependency,GradleCompatible
provided 'com.android.support:support-v4:13.0.0'
}
15 changes: 8 additions & 7 deletions samples/trivialdrive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 28
versionName "0.2.0"
versionName "0.2.1"
}

signingConfigs {
Expand All @@ -51,7 +51,8 @@ android {
checkAllWarnings true
warningsAsErrors false
disable 'AllowBackup', 'ContentDescription', 'InvalidPackage', 'SelectableText', 'SpUsage',
'IconMissingDensityFolder', 'IconExpectedSize', 'RtlSymmetry', 'RtlHardcoded', 'IconDensities', 'ButtonStyle'
'IconMissingDensityFolder', 'IconExpectedSize', 'RtlSymmetry', 'RtlHardcoded',
'IconDensities', 'ButtonStyle'
}
}

Expand All @@ -70,17 +71,17 @@ check {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:recyclerview-v7:22.0.0'

// OPFIab core
compile 'de.greenrobot:eventbus:2.4.0'
compile 'org.onepf:opfutils:0.1.21'
compile 'org.onepf:opfiab:0.2.0@aar'
compile 'org.onepf:opfutils:0.1.22'
compile 'org.onepf:opfiab:0.2.1@aar'
// OPFIab Google
compile 'org.onepf:opfiab-google:0.2.0@aar'
compile 'org.onepf:opfiab-google:0.2.1@aar'
// OPFIab Amazon
compile 'org.onepf:opfiab-amazon:0.2.0@aar'
compile 'org.onepf:opfiab-amazon:0.2.1@aar'
compile 'com.amazon:in-app-purchasing:2.0.61'

compile 'com.makeramen:dragsortadapter:1.1.0'
Expand Down

0 comments on commit b6c8d3b

Please sign in to comment.