Skip to content

Commit b564704

Browse files
committed
Updating versions
1 parent 6df13dd commit b564704

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

MPChartExample/AndroidManifest.xml

+3-3
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="54"
5-
android:versionName="3.0.1" >
4+
android:versionCode="55"
5+
android:versionName="3.0.2" >
66

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

1212
<application

MPChartExample/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
22
apply plugin: 'realm-android'
33

44
android {
5-
compileSdkVersion 24
6-
buildToolsVersion '23.0.3'
5+
compileSdkVersion 25
6+
buildToolsVersion '25.0.0'
77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 24
10-
versionCode 54
11-
versionName '3.0.1'
9+
targetSdkVersion 25
10+
versionCode 55
11+
versionName '3.0.2'
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313

1414
sourceSets {
@@ -39,7 +39,7 @@ buildscript {
3939
jcenter()
4040
}
4141
dependencies {
42-
classpath 'com.android.tools.build:gradle:2.2.3'
42+
classpath 'com.android.tools.build:gradle:2.3.0'
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

MPChartLib/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ apply plugin: 'maven'
44
//apply plugin: 'realm-android'
55

66
android {
7-
compileSdkVersion 24
8-
buildToolsVersion '23.0.3'
7+
compileSdkVersion 25
8+
buildToolsVersion '25.0.0'
99
// resourcePrefix 'mpcht'
1010
defaultConfig {
1111
minSdkVersion 9
12-
targetSdkVersion 24
12+
targetSdkVersion 25
1313
versionCode 3
14-
versionName '3.0.1'
14+
versionName '3.0.2'
1515
}
1616
buildTypes {
1717
release {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath "io.realm:realm-gradle-plugin:2.0.2"
11-
classpath 'com.android.tools.build:gradle:2.2.3'
11+
classpath 'com.android.tools.build:gradle:2.3.0'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1313
}
1414
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Sep 03 21:01:56 CEST 2016
1+
#Thu Mar 23 15:58:00 CET 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

0 commit comments

Comments
 (0)