Skip to content

Commit 4f03248

Browse files
author
Andrey K
committed
Initial commit
1 parent 2c38ccb commit 4f03248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ repositories {
1111
maven { url "https://jitpack.io" }
1212
}
1313

14-
version '1.0.0'
14+
version '1.0.2'
1515
group = 'com.github.Legionivo'
1616

1717
sourceCompatibility = JavaVersion.VERSION_11
18+
targetCompatibility = JavaVersion.VERSION_11
1819

1920
dependencies {
2021
// This dependency is exported to consumers, that is to say found on their compile classpath.

0 commit comments

Comments
 (0)