File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ android {
3232 applicationId " com.team980.thunderscout"
3333 minSdkVersion 16
3434 targetSdkVersion 25
35- versionCode 9 // 1.0 will be version 10
36- versionName " 1.0-b3 "
35+ versionCode 10
36+ versionName " 1.0"
3737 }
3838
3939 buildTypes {
@@ -53,12 +53,12 @@ dependencies {
5353 compile ' com.google.firebase:firebase-core:10.0.1'
5454 compile ' com.google.firebase:firebase-crash:10.0.1'
5555 // Android Support
56- compile ' com.android.support:support-v4:25.1.1 '
57- compile ' com.android.support:design:25.1.1 '
58- compile ' com.android.support:appcompat-v7:25.1.1 '
59- compile ' com.android.support:cardview-v7:25.1.1 '
60- compile ' com.android.support:recyclerview-v7:25.1.1 '
61- compile ' com.android.support:gridlayout-v7:25.1.1 '
56+ compile ' com.android.support:support-v4:25.2.0 '
57+ compile ' com.android.support:design:25.2.0 '
58+ compile ' com.android.support:appcompat-v7:25.2.0 '
59+ compile ' com.android.support:cardview-v7:25.2.0 '
60+ compile ' com.android.support:recyclerview-v7:25.2.0 '
61+ compile ' com.android.support:gridlayout-v7:25.2.0 '
6262 // Expandable RecyclerView
6363 compile ' com.bignerdranch.android:expandablerecyclerview:2.1.1'
6464 // Material About Library
You can’t perform that action at this time.
0 commit comments