Skip to content

Commit

Permalink
chore(version): bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 16, 2023
1 parent 82db339 commit ab2f37b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change Log
==========

Version 1.7.0
-------------

## Dependencies:

- srt 1.5.3
- openssl 3.0.9

## Features:

- Add and test support for Android 34
- Add source and documentation jars to maven central
- Upgrade to Kotlin 1.8
- Upgrade gradle and Android gradle plugin
- Upgrade GitHub Actions to fix warnings

Version 1.6.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get srtdroid latest artifacts on MavenCentral.

```gradle
dependencies {
implementation 'io.github.thibaultbee:srtdroid:1.6.0'
implementation 'io.github.thibaultbee:srtdroid:1.7.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
versionCode = 001_006_000
versionName = "1.6.0"
versionCode = 001_007_000
versionName = "1.7.0"

kotlin_version = '1.8.22'
dokka_version = '1.8.20'
Expand Down

0 comments on commit ab2f37b

Please sign in to comment.