Skip to content

Commit a4353bc

Browse files
committed
Bump verion number
1 parent dca024d commit a4353bc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff 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
}

smssync/build.gradle

+1-1
Original file line numberDiff line numberDiff 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

smssync/src/main/play/en-US/whatsnew

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
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

0 commit comments

Comments
 (0)