Skip to content

Commit

Permalink
Revert appcompat-v7 to v21.0.0. Bump to 2.6.4-p1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Apr 14, 2015
1 parent 60030c2 commit dc62787
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Open Source Projects Used

Changelog
---------
**version 2.6.4p1 (released 4/13/2015)**
- revert support-v4 and appcompat-v7 to v21.0.3 due to contextual action
bar bug. see https://code.google.com/p/android/issues/detail?id=165243

**version 2.6.4 (released 4/13/2015)**
- minor fixes for crashes
- since it seems that the notification crashes happen at random, and only
Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

android {
compileSdkVersion 22
compileSdkVersion 21
buildToolsVersion "22.0.1"

lintOptions {
Expand All @@ -12,9 +12,9 @@ android {

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
versionCode 2640
versionName "2.6.4"
targetSdkVersion 21
versionCode 2641
versionName "2.6.4-p1"
}

signingConfigs {
Expand Down Expand Up @@ -45,8 +45,8 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:22.0.0'
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'io.reactivex:rxjava:1.0.9'
compile 'io.reactivex:rxandroid:0.24.0'
Expand Down

0 comments on commit dc62787

Please sign in to comment.