Bump version to 3.1.0-alpha
This commit is contained in:
parent
6ce99326ae
commit
9148f37f9e
8 changed files with 12 additions and 12 deletions
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
|
@ -28,10 +28,10 @@ cannot answer support questions here. We will close your issue without a respons
|
|||
**Device (please complete the following information):**
|
||||
- Device: [e.g. Google Pixel]
|
||||
- Android Version [e.g. 7.0]
|
||||
- Library Version (e.g. 3.0.3)
|
||||
- Library Version (e.g. 3.1.0-alpha)
|
||||
|
||||
**Additional Context**
|
||||
<!-- Add any other context about the problem here.
|
||||
If you have source code demonstrating this bug, create a Gist:
|
||||
If you have source code demonstrating this bug, create a Gist:
|
||||
https://help.github.com/articles/creating-gists/
|
||||
and link to it here. -->
|
||||
|
|
4
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
|
@ -33,10 +33,10 @@ support questions here. We will close your issue without a response.
|
|||
**Device (please complete the following information):**
|
||||
- Device: [e.g. Google Pixel]
|
||||
- Android Version [e.g. 7.0]
|
||||
- Library Version (e.g. 3.0.3)
|
||||
- Library Version (e.g. 3.1.0-alpha)
|
||||
|
||||
**Additional Context**
|
||||
<!-- Add any other context about the problem here.
|
||||
If you have source code demonstrating this bug, create a Gist:
|
||||
If you have source code demonstrating this bug, create a Gist:
|
||||
https://help.github.com/articles/creating-gists/
|
||||
and link to it here. -->
|
||||
|
|
2
.github/ISSUE_TEMPLATE/Support_help.md
vendored
2
.github/ISSUE_TEMPLATE/Support_help.md
vendored
|
@ -14,7 +14,7 @@ Instead, do the following:
|
|||
|
||||
1. Download the [Example App](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample) and check out the [source code](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample/src/com/xxmassdeveloper/mpchartexample). 90% of the time there is an example that does exactly what you are trying to do.
|
||||
|
||||
1. Look at the [Wiki](https://github.com/PhilJay/MPAndroidChart/wiki) for the official documentation for MPAndroidChart. You can also browse the [javadoc](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/) for a more detailed tutorial of the API.
|
||||
1. Look at the [Wiki](https://github.com/PhilJay/MPAndroidChart/wiki) for the official documentation for MPAndroidChart. You can also browse the [javadoc](https://jitpack.io/com/github/philjay/mpandroidchart/v3.1.0-alpha/javadoc/) for a more detailed tutorial of the API.
|
||||
|
||||
1. Go to [StackOverflow](https://stackoverflow.com/questions/tagged/mpandroidchart) and ask your questions there. The community will be much more helpful and willing to offer guidance.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 56
|
||||
versionName '3.0.3'
|
||||
versionName '3.1.0'
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ import java.util.List;
|
|||
* Example of a heavily customized {@link LineChart} with limit lines, custom line shapes, etc.
|
||||
*
|
||||
* @since 1.7.4
|
||||
* @version 3.0.3
|
||||
* @version 3.1.0
|
||||
*/
|
||||
public class LineChartActivity1 extends DemoBase implements OnSeekBarChangeListener,
|
||||
OnChartValueSelectedListener {
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.List;
|
|||
* Example of a dual axis {@link LineChart} with multiple data sets.
|
||||
*
|
||||
* @since 1.7.4
|
||||
* @version 3.0.3
|
||||
* @version 3.1.0
|
||||
*/
|
||||
public class LineChartActivity2 extends DemoBase implements OnSeekBarChangeListener,
|
||||
OnChartValueSelectedListener {
|
||||
|
|
|
@ -10,7 +10,7 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 28
|
||||
versionCode 3
|
||||
versionName '3.0.3'
|
||||
versionName '3.1.0'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -53,7 +53,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
|
||||
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0-alpha'
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -70,7 +70,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.github.PhilJay</groupId>
|
||||
<artifactId>MPAndroidChart</artifactId>
|
||||
<version>v3.0.3</version>
|
||||
<version>v3.1.0-alpha</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -80,7 +80,7 @@ dependencies {
|
|||
|
||||
See the [**documentation**](https://github.com/PhilJay/MPAndroidChart/wiki) for examples and general use of MPAndroidChart.
|
||||
|
||||
See the [**javadocs**](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/) for more advanced documentation.
|
||||
See the [**javadocs**](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.1.0-alpha/javadoc/) for more advanced documentation.
|
||||
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue