Skip to content

Commit 8ac7442

Browse files
committed
This is version 1.0
1 parent 144c15f commit 8ac7442

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)