Skip to content

Commit

Permalink
Merge pull request #33 from mazurio/release-122
Browse files Browse the repository at this point in the history
1.2.2
  • Loading branch information
mazurio committed May 10, 2016
2 parents 8d2f0b3 + 137b8c2 commit 8cefbc5
Show file tree
Hide file tree
Showing 34 changed files with 1,420 additions and 1,840 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ android {
productFlavors {
pro {
applicationId 'com.bodyweight.fitness.pro'
versionCode 121
versionName "1.2.1"
versionCode 122
versionName "1.2.2"
}

free {
applicationId 'com.bodyweight.fitness.free'
versionCode 121
versionName "1.2.1"
versionCode 122
versionName "1.2.2"
}
}
buildTypes {
Expand Down Expand Up @@ -98,8 +98,8 @@ dependencies {
kapt 'com.jakewharton:butterknife:6.1.0'

compile 'com.netflix.rxjava:rxjava-core:0.20.7'
compile 'io.reactivex:rxandroid:1.1.0'
compile 'io.reactivex:rxjava:1.1.0'
compile 'io.reactivex:rxandroid:1.2.0'
compile 'io.reactivex:rxjava:1.1.5'

compile 'com.trello:rxlifecycle:0.5.0'
compile 'com.trello:rxlifecycle-components:0.5.0'
Expand All @@ -108,7 +108,7 @@ dependencies {
compile 'com.github.johnkil.android-robototextview:robototextview:2.5.0'
compile 'com.gordonwong:material-sheet-fab:1.2.1'
compile 'com.github.bmarrdev:android-DecoView-charting:v1.0.1'

compile 'io.github.kobakei:ratethisapp:1.0.3'
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true;
}
Expand Down
42 changes: 0 additions & 42 deletions app/src/main/java/com/bodyweight/fitness/App.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8cefbc5

Please sign in to comment.