Skip to content

Commit

Permalink
Update gradle & android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Oct 16, 2016
1 parent 221cd13 commit 8ed6dd2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MPChartExample/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxmassdeveloper.mpchartexample"
android:versionCode="52"
android:versionCode="53"
android:versionName="3.0.0" >

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="23" />
android:targetSdkVersion="24" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<application
Expand Down
10 changes: 5 additions & 5 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'realm-android'

android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
versionCode 52
targetSdkVersion 24
versionCode 53
versionName '3.0.0'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

compile project(':MPChartLib')
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:24.2.1'
//compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.5'
}
4 changes: 2 additions & 2 deletions MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ apply plugin: 'maven'
//apply plugin: 'realm-android'

android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion '23.0.3'
// resourcePrefix 'mpcht'
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
targetSdkVersion 24
versionCode 3
versionName '3.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "io.realm:realm-gradle-plugin:1.1.0"
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down

0 comments on commit 8ed6dd2

Please sign in to comment.