Skip to content

Commit 2fc147a

Browse files
committed
java 1.7, android
1 parent 8a453d9 commit 2fc147a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323

2424
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2525

26-
compile "com.github.kotlin-graphics:kotlin-unsigned:48c570946f845fb2a016bf4f7e9caa9129765529"
26+
compile "com.github.kotlin-graphics:kotlin-unsigned:1e9b807c1efda8478824ac629378584ec947963b"
2727

2828
testCompile("io.kotlintest:kotlintest:2.0.0")
2929
}
@@ -34,6 +34,11 @@ repositories {
3434
maven { url "https://jitpack.io" }
3535
}
3636

37+
allprojects {
38+
sourceCompatibility = 1.7
39+
targetCompatibility = 1.7
40+
}
41+
3742
task packageSources(type: Jar, dependsOn: 'classes') {
3843
from sourceSets.main.allSource
3944
classifier = 'sources'

0 commit comments

Comments
 (0)