File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23 .0.2 "
4
+ compileSdkVersion 25
5
+ buildToolsVersion " 25 .0.3 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.gigamole.sample"
9
9
minSdkVersion 11
10
- targetSdkVersion 23
10
+ targetSdkVersion 25
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
@@ -22,5 +22,5 @@ android {
22
22
dependencies {
23
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
24
compile project(' :navigationtabstrip' )
25
- compile ' com.android.support:appcompat-v7:23.2 .1'
25
+ compile ' com.android.support:appcompat-v7:25.3 .1'
26
26
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
dependencies {
8
8
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
9
9
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1"
10
- classpath ' com.android.tools.build:gradle:2.1.3 '
10
+ classpath ' com.android.tools.build:gradle:2.3.2 '
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change 1
- # Thu Sep 15 09:02:28 EEST 2016
1
+ # Thu Jun 01 21:56:10 EEST 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ apply plugin: 'maven'
22
22
version = " 1.0.4"
23
23
24
24
android {
25
- compileSdkVersion 23
26
- buildToolsVersion " 23 .0.2 "
25
+ compileSdkVersion 25
26
+ buildToolsVersion " 25 .0.3 "
27
27
28
28
defaultConfig {
29
29
minSdkVersion 11
30
- targetSdkVersion 23
30
+ targetSdkVersion 25
31
31
versionCode 1
32
32
versionName " 1.0.4"
33
33
}
@@ -41,7 +41,7 @@ android {
41
41
42
42
dependencies {
43
43
compile fileTree(dir : ' libs' , include : [' *.jar' ])
44
- compile ' com.android.support:appcompat-v7:23.1.0 '
44
+ compile ' com.android.support:appcompat-v7:25.3.1 '
45
45
}
46
46
47
47
def siteUrl = ' https://github.com/DevLight-Mobile-Agency/NavigationTabStrip'
You can’t perform that action at this time.
0 commit comments