Skip to content

Commit 6349688

Browse files
committed
Bump to version 4.0.5
Change-Id: I932fae48fe70df6f80723b4d8d573e4e29a218d9
1 parent 98d7be6 commit 6349688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
// exactly 1 digit
1010
versionMinor = 0
1111
// exactly 2 digits
12-
versionBuild = 04
12+
versionBuild = 05
1313
}
1414

1515
android {
@@ -66,9 +66,9 @@ android {
6666
}
6767

6868
dependencies {
69-
compile 'com.android.support:preference-v14:26.0.0-SNAPSHOT'
70-
compile 'com.android.support:recyclerview-v7:26.0.0-SNAPSHOT'
71-
compile 'com.android.support:support-v13:26.0.0-SNAPSHOT'
69+
compile 'com.android.support:preference-v14:26.0.0'
70+
compile 'com.android.support:recyclerview-v7:26.0.0'
71+
compile 'com.android.support:support-v13:26.0.0'
7272
compile 'com.google.android.gms:play-services-safetynet:+'
7373
compile(name:'setup-wizard-lib-platform-release', ext:'aar')
7474
}

0 commit comments

Comments
 (0)