Skip to content

Commit 3a70f26

Browse files
support lib, target sdk and gradle update to latest version
1 parent 804a330 commit 3a70f26

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.3"
66

77
defaultConfig {
88
applicationId "com.gigamole.sample"
99
minSdkVersion 11
10-
targetSdkVersion 23
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile project(':navigationtabstrip')
25-
compile 'com.android.support:appcompat-v7:23.2.1'
25+
compile 'com.android.support:appcompat-v7:25.3.1'
2626
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
99
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'
1111
}
1212
}
1313

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 15 09:02:28 EEST 2016
1+
#Thu Jun 01 21:56:10 EEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

navigationtabstrip/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ apply plugin: 'maven'
2222
version = "1.0.4"
2323

2424
android {
25-
compileSdkVersion 23
26-
buildToolsVersion "23.0.2"
25+
compileSdkVersion 25
26+
buildToolsVersion "25.0.3"
2727

2828
defaultConfig {
2929
minSdkVersion 11
30-
targetSdkVersion 23
30+
targetSdkVersion 25
3131
versionCode 1
3232
versionName "1.0.4"
3333
}
@@ -41,7 +41,7 @@ android {
4141

4242
dependencies {
4343
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'
4545
}
4646

4747
def siteUrl = 'https://github.com/DevLight-Mobile-Agency/NavigationTabStrip'

0 commit comments

Comments
 (0)