Skip to content

Commit

Permalink
MIP-79
Browse files Browse the repository at this point in the history
- add jitpack.yml
  • Loading branch information
cleverchuk committed Jun 16, 2023
1 parent ab172ee commit 11e52f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.7-amzn
- sdk use java 17.0.7-amzn
2 changes: 1 addition & 1 deletion mips/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildToolsVersion '33.0.0'
Expand Down

0 comments on commit 11e52f9

Please sign in to comment.