Skip to content

Commit

Permalink
Merge pull request #514 from vimeo/jitpack-fix
Browse files Browse the repository at this point in the history
Jitpack fix
  • Loading branch information
WhosNickDoglio authored Aug 24, 2021
2 parents b4addb0 + ecbdf1d commit a97bb9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 2.0.6 *(2021-08-24)*
----------------------------
- Added a `jitpack.yml` file to run Jitpack builds on JDK 11.

Version 2.0.5 *(2021-08-24)*
----------------------------
- Fixed incorrect values for `BillingPeriodType`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object ApiConstants {

const val SSL_PUBLIC_KEY = "sha256/5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w="

const val SDK_VERSION = "2.0.5"
const val SDK_VERSION = "2.0.6"

const val NONE = -1

Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11

0 comments on commit a97bb9e

Please sign in to comment.