Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Mar 23, 2017
1 parent 6df13dd commit b564704
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 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="54"
android:versionName="3.0.1" >
android:versionCode="55"
android:versionName="3.0.2" >

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

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

android {
compileSdkVersion 24
buildToolsVersion '23.0.3'
compileSdkVersion 25
buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionCode 54
versionName '3.0.1'
targetSdkVersion 25
versionCode 55
versionName '3.0.2'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

sourceSets {
Expand Down Expand Up @@ -39,7 +39,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
//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 Down
8 changes: 4 additions & 4 deletions MPChartLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ apply plugin: 'maven'
//apply plugin: 'realm-android'

android {
compileSdkVersion 24
buildToolsVersion '23.0.3'
compileSdkVersion 25
buildToolsVersion '25.0.0'
// resourcePrefix 'mpcht'
defaultConfig {
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
versionCode 3
versionName '3.0.1'
versionName '3.0.2'
}
buildTypes {
release {
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:2.0.2"
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Sep 03 21:01:56 CEST 2016
#Thu Mar 23 15:58:00 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit b564704

Please sign in to comment.