Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Commit 6e1320f

Browse files
committed
Bump to kotlin 1.2.0
1 parent 9ce1878 commit 6e1320f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.1.4'
2+
ext.kotlin_version = '1.2.0'
33
ext.supportTestVersion = '0.5'
44
ext.okhttpVersion = '3.6.0'
55
ext.gradleToolsVersion = '2.3.1'
@@ -37,8 +37,8 @@ subprojects {
3737
apply plugin: 'java'
3838
apply plugin: 'maven'
3939

40-
sourceCompatibility = 1.7
41-
targetCompatibility = 1.7
40+
sourceCompatibility = 1.8
41+
targetCompatibility = 1.8
4242

4343
task sourcesJar(type: Jar, dependsOn: classes) {
4444
classifier = 'sources'

0 commit comments

Comments
 (0)