File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
44
44
}
45
45
46
46
ext {
47
- androidVersionCode = 38
47
+ androidVersionCode = 39
48
48
testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
49
49
}
50
50
}
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ dependencies {
245
245
compile(appDependencies. raiburari) {
246
246
exclude module : ' recyclerview-v7'
247
247
}
248
- compile ' com.android.support:recyclerview-v7:23.0.0 '
248
+ compile ' com.android.support:recyclerview-v7'
249
249
compile appDependencies. cupboard
250
250
compile appDependencies. wakeful
251
251
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