Skip to content

Commit

Permalink
11.4.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikolajMichalczak committed Nov 1, 2024
1 parent d6ddbf7 commit 0da2a57
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Example/HighFit/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.8'
implementation 'com.github.highcharts:highcharts-android:11.4.8.1'
}
```
**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.8 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.highcharts -DartifactId=highcharts-android -Dversion=11.4.8.1 -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.8</version>
<version>11.4.8.1</version>
</project>

0 comments on commit 0da2a57

Please sign in to comment.