diff --git a/build.gradle b/build.gradle index 6e22cbcea..8588b4820 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { } ext { - androidVersionCode = 38 + androidVersionCode = 39 testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" } } diff --git a/smssync/build.gradle b/smssync/build.gradle index ec43ed813..e89a37414 100644 --- a/smssync/build.gradle +++ b/smssync/build.gradle @@ -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 diff --git a/smssync/src/main/play/en-US/whatsnew b/smssync/src/main/play/en-US/whatsnew index 7772b098e..28861e71c 100644 --- a/smssync/src/main/play/en-US/whatsnew +++ b/smssync/src/main/play/en-US/whatsnew @@ -1 +1,9 @@ -- Fix Class not found exception due to compilation error \ No newline at end of file +- 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 \ No newline at end of file