Skip to content

Commit 8ed6dd2

Browse files
committed
Update gradle & android sdk
1 parent 221cd13 commit 8ed6dd2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

MPChartExample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.xxmassdeveloper.mpchartexample"
4-
android:versionCode="52"
4+
android:versionCode="53"
55
android:versionName="3.0.0" >
66

77
<uses-sdk
88
android:minSdkVersion="16"
9-
android:targetSdkVersion="23" />
9+
android:targetSdkVersion="24" />
1010
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1111

1212
<application

MPChartExample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
22
apply plugin: 'realm-android'
33

44
android {
5-
compileSdkVersion 23
5+
compileSdkVersion 24
66
buildToolsVersion '23.0.3'
77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 23
10-
versionCode 52
9+
targetSdkVersion 24
10+
versionCode 53
1111
versionName '3.0.0'
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313

@@ -39,7 +39,7 @@ buildscript {
3939
jcenter()
4040
}
4141
dependencies {
42-
classpath 'com.android.tools.build:gradle:2.2.0'
42+
classpath 'com.android.tools.build:gradle:2.2.1'
4343
//classpath 'io.realm:realm-gradle-plugin:0.88.2'
4444
// NOTE: Do not place your application dependencies here; they belong
4545
// in the individual module build.gradle files
@@ -59,7 +59,7 @@ dependencies {
5959
compile 'com.github.PhilJay:MPAndroidChart-Realm:v1.1.0@aar'
6060

6161
compile project(':MPChartLib')
62-
compile 'com.android.support:appcompat-v7:23.1.1'
62+
compile 'com.android.support:appcompat-v7:24.2.1'
6363
//compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
6464
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.5'
6565
}

MPChartLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ apply plugin: 'maven'
44
//apply plugin: 'realm-android'
55

66
android {
7-
compileSdkVersion 23
7+
compileSdkVersion 24
88
buildToolsVersion '23.0.3'
99
// resourcePrefix 'mpcht'
1010
defaultConfig {
1111
minSdkVersion 9
12-
targetSdkVersion 23
12+
targetSdkVersion 24
1313
versionCode 3
1414
versionName '3.0.0'
1515
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath "io.realm:realm-gradle-plugin:1.1.0"
11-
classpath 'com.android.tools.build:gradle:2.2.0'
11+
classpath 'com.android.tools.build:gradle:2.2.1'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1313
}
1414
}

0 commit comments

Comments
 (0)