Skip to content

Commit fd2185e

Browse files
committed
Version code/name bump and use Simperium 0.4.9
1 parent acf96e1 commit fd2185e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Simplenote/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compile "com.simperium:simperium-android:0.4.8"
20+
compile "com.simperium:simperium-android:0.4.9"
2121
compile "com.android.support:support-v4:19.1.+"
2222
compile "com.google:google-analytics:2.0-beta-4"
2323
compile "org.wordpress:android-passcodelock:0.0.5"
2424
}
2525

26-
version "1.1.6"
26+
version "1.1.7"
2727

2828
android {
2929

@@ -33,7 +33,7 @@ android {
3333
defaultConfig {
3434
applicationId "com.automattic.simplenote"
3535
versionName project.version
36-
versionCode 30
36+
versionCode 31
3737
minSdkVersion 15
3838
targetSdkVersion 19
3939

0 commit comments

Comments
 (0)