Skip to content

Commit

Permalink
Fix Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Aug 24, 2023
1 parent 4593cd5 commit 56ff17e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

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

2 changes: 1 addition & 1 deletion .idea/misc.xml

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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# RR Preview Via Dashboard
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ plugins {
}

group 'com.github.j5155'
version '0.1.2'
version '0.1.3'

java {
sourceCompatibility = JavaVersion.VERSION_17
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 56ff17e

Please sign in to comment.