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 2c38ccb commit 4f03248Copy full SHA for 4f03248
build.gradle
@@ -11,10 +11,11 @@ repositories {
11
maven { url "https://jitpack.io" }
12
}
13
14
-version '1.0.0'
+version '1.0.2'
15
group = 'com.github.Legionivo'
16
17
sourceCompatibility = JavaVersion.VERSION_11
18
+targetCompatibility = JavaVersion.VERSION_11
19
20
dependencies {
21
// This dependency is exported to consumers, that is to say found on their compile classpath.
0 commit comments