We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f03248 commit 466ee03Copy full SHA for 466ee03
build.gradle
@@ -11,11 +11,11 @@ repositories {
11
maven { url "https://jitpack.io" }
12
}
13
14
-version '1.0.2'
+version '1.0.3'
15
group = 'com.github.Legionivo'
16
17
-sourceCompatibility = JavaVersion.VERSION_11
18
-targetCompatibility = JavaVersion.VERSION_11
+sourceCompatibility = JavaVersion.VERSION_1_8
+targetCompatibility = JavaVersion.VERSION_1_8
19
20
dependencies {
21
// This dependency is exported to consumers, that is to say found on their compile classpath.
0 commit comments