Skip to content

Commit

Permalink
11.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikolajMichalczak committed Sep 11, 2024
1 parent 871a1d8 commit d6ddbf7
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:11.4.7'
implementation 'com.github.highcharts:highcharts-android:11.4.8'
}
```
**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=11.4.7 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.highcharts -DartifactId=highcharts-android -Dversion=11.4.8 -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>11.4.7</version>
<version>11.4.8</version>
</project>

0 comments on commit d6ddbf7

Please sign in to comment.