Skip to content

Commit

Permalink
Update example gradle and manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Apr 7, 2015
1 parent 8e5f3b1 commit 1b542a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MPChartExample/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xxmassdeveloper.mpchartexample"
android:versionCode="38"
android:versionName="2.0.8" >
android:versionCode="39"
android:versionName="2.0.9" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
6 changes: 3 additions & 3 deletions MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 21
versionCode 38
versionName '2.0.8'
versionCode 39
versionName '2.0.9'

sourceSets {
main {
Expand Down Expand Up @@ -53,5 +53,5 @@ dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':MPChartLib') // remove this if you only imported the example project
compile 'com.android.support:appcompat-v7:21.0.3'
//compile 'com.github.PhilJay:MPAndroidChart:v2.0.8'
//compile 'com.github.PhilJay:MPAndroidChart:v2.0.9'
}

0 comments on commit 1b542a6

Please sign in to comment.