Skip to content

Commit

Permalink
Bump verion number
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Oct 20, 2015
1 parent dca024d commit a4353bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {
}

ext {
androidVersionCode = 38
androidVersionCode = 39
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
}
}
Expand Down
2 changes: 1 addition & 1 deletion smssync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dependencies {
compile(appDependencies.raiburari) {
exclude module: 'recyclerview-v7'
}
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:recyclerview-v7'
compile appDependencies.cupboard
compile appDependencies.wakeful
compile appDependencies.okHttp
Expand Down
10 changes: 9 additions & 1 deletion smssync/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
- Fix Class not found exception due to compilation error
- Fix Class not found exception
- Added support for adding new web service via a QR code scanner.
- Added ability to test Web service configuration.
- Added support for Twitter. Now you can tweet SMS.
- Properly organized settings screen.
- Put filters and keywords into their own screen.
- Added a product tour that shows up when app is launched for the first time.
- Added ability to swipe on a list item to perform a corresponding action.
- Lots of bug fixes

0 comments on commit a4353bc

Please sign in to comment.