File tree Expand file tree Collapse file tree 9 files changed +14
-81
lines changed
androidTest/java/co/mobiwise/materialintro
test/java/co/mobiwise/materialintro
androidTest/java/co/mobiwise/sample
test/java/co/mobiwise/sample Expand file tree Collapse file tree 9 files changed +14
-81
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1.5.0 '
8+ classpath ' com.android.tools.build:gradle:2.3.3 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Mon Dec 28 10:00:20 PST 2015
1+ # Thu Jun 15 11:14:36 MYT 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 23 .0.2 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.3 "
66
77 defaultConfig {
88 minSdkVersion 14
9- targetSdkVersion 23
9+ targetSdkVersion 25
1010 versionCode 1
1111 versionName " 1.0"
1212 }
@@ -21,7 +21,6 @@ android {
2121
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
24- testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:23.1.1'
26- compile ' com.android.support:cardview-v7:23.1.0'
24+ compile ' com.android.support:appcompat-v7:25.3.1'
25+ compile ' com.android.support:cardview-v7:25.3.1'
2726}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- <manifest package =" co.mobiwise.materialintro"
2- xmlns : android =" http://schemas.android.com/apk/res/android" >
3-
4- <application
5- android : allowBackup =" true"
6- android : label =" @string/app_name"
7- android : supportsRtl =" true"
8- >
9-
10- </application >
1+ <manifest package =" co.mobiwise.materialintro" >
112
123</manifest >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion " 23 .0.2 "
4+ compileSdkVersion 25
5+ buildToolsVersion " 25 .0.3 "
66
77 defaultConfig {
88 applicationId " co.mobiwise.sample"
99 minSdkVersion 14
10- targetSdkVersion 23
10+ targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0"
1313 }
@@ -22,9 +22,8 @@ android {
2222dependencies {
2323 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2424 testCompile ' junit:junit:4.12'
25- compile ' com.android.support:appcompat-v7:23.1.1'
26- compile ' com.android.support:design:23.1.1'
27- // compile 'com.github.iammert:MaterialIntroView:1.5.1'
25+ compile ' com.android.support:appcompat-v7:25.3.1'
26+ compile ' com.android.support:design:25.3.1'
2827 compile project(' :materialintro' )
2928 compile ' com.squareup.picasso:picasso:2.5.2'
3029}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments