Skip to content

Commit 6950223

Browse files
committed
update gradle
1 parent aedfcfc commit 6950223

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 @@ android {
99
minSdkVersion 19
1010
targetSdkVersion 24
1111
versionCode 1
12-
versionName "1.0_dev"
12+
versionName "2.0.0"
1313
}
1414
buildTypes {
1515
release {
@@ -22,9 +22,9 @@ android {
2222
dependencies {
2323
compile fileTree(include: ['*.jar'], dir: 'libs')
2424
testCompile 'junit:junit:4.12'
25-
compile 'com.android.support:design:24.2.0'
26-
compile 'com.android.support:appcompat-v7:24.2.0'
27-
compile 'com.android.support:recyclerview-v7:24.2.0'
25+
compile 'com.android.support:appcompat-v7:24.2.1'
26+
compile 'com.android.support:recyclerview-v7:24.2.1'
27+
compile 'com.android.support:design:24.2.1'
2828
compile 'org.greenrobot:eventbus:3.0.0'
2929
compile 'io.reactivex:rxandroid:1.2.1'
3030
// Because RxAndroid releases are few and far between, it is recommended you also

0 commit comments

Comments
 (0)