File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
4444 }
4545
4646 ext {
47- androidVersionCode = 38
47+ androidVersionCode = 39
4848 testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
4949 }
5050}
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ dependencies {
245245 compile(appDependencies. raiburari) {
246246 exclude module : ' recyclerview-v7'
247247 }
248- compile ' com.android.support:recyclerview-v7:23.0.0 '
248+ compile ' com.android.support:recyclerview-v7'
249249 compile appDependencies. cupboard
250250 compile appDependencies. wakeful
251251 compile appDependencies. okHttp
Original file line number Diff line number Diff line change 1- - Fix Class not found exception due to compilation error
1+ - Fix Class not found exception
2+ - Added support for adding new web service via a QR code scanner.
3+ - Added ability to test Web service configuration.
4+ - Added support for Twitter. Now you can tweet SMS.
5+ - Properly organized settings screen.
6+ - Put filters and keywords into their own screen.
7+ - Added a product tour that shows up when app is launched for the first time.
8+ - Added ability to swipe on a list item to perform a corresponding action.
9+ - Lots of bug fixes
You can’t perform that action at this time.
0 commit comments