Skip to content

Commit 46fc670

Browse files
upgade java version to 11
1 parent c796091 commit 46fc670

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scratchview/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_1_8
27-
targetCompatibility JavaVersion.VERSION_1_8
26+
sourceCompatibility JavaVersion.VERSION_11
27+
targetCompatibility JavaVersion.VERSION_11
2828
}
2929
}
3030

@@ -42,8 +42,8 @@ afterEvaluate {
4242
release(MavenPublication) {
4343
from components.release
4444
groupId = "com.anupkumarpanwar"
45-
artifactId = "scratchviewdemo"
46-
version = '1.6'
45+
artifactId = "scratchview"
46+
version = '1.7'
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)