Skip to content

Commit db93482

Browse files
committed
Cleanup and update libraries
1 parent 2c00a87 commit db93482

File tree

9 files changed

+14
-81
lines changed

9 files changed

+14
-81
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Thu Jun 15 11:14:36 MYT 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.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

materialintro/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
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

2222
dependencies {
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
}

materialintro/src/androidTest/java/co/mobiwise/materialintro/ApplicationTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
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>

materialintro/src/test/java/co/mobiwise/materialintro/ExampleUnitTest.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

sample/build.gradle

Lines changed: 5 additions & 6 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 "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 {
2222
dependencies {
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
}

sample/src/androidTest/java/co/mobiwise/sample/ApplicationTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

sample/src/test/java/co/mobiwise/sample/ExampleUnitTest.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)