Skip to content

Commit

Permalink
11.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikolajMichalczak committed Dec 8, 2023
1 parent aac595a commit f778c16
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified Example/HighFit/app/libs/highcharts-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
and following to the dependencies in your app **build.gradle** file:
```gradle
dependencies {
implementation 'com.github.highcharts:highcharts-android:10.2.0'
implementation 'com.github.highcharts:highcharts-android:11.2.0'
}
```
**B)** You can download the _aar_ from [here](https://github.com/highcharts/highcharts-android/releases) and add it manually if you want. Put the _aar_ in the _libs_ folder in your project structure:
Expand Down
Binary file modified highcharts-android.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install:
- FILE="-Dfile=highcharts-android.aar"
- mvn install:install-file $FILE -DgroupId=com.github.highcharts -DartifactId=highcharts-android -Dversion=10.3.2 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.highcharts -DartifactId=highcharts-android -Dversion=11.2.0 -Dpackaging=aar -DgeneratePom=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.highcharts</groupId>
<artifactId>highcharts-android</artifactId>
<version>10.3.2</version>
<version>11.2.0</version>
</project>

0 comments on commit f778c16

Please sign in to comment.