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 c796091 commit 46fc670Copy full SHA for 46fc670
scratchview/build.gradle
@@ -23,8 +23,8 @@ android {
23
}
24
25
compileOptions {
26
- sourceCompatibility JavaVersion.VERSION_1_8
27
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
28
29
30
@@ -42,8 +42,8 @@ afterEvaluate {
42
release(MavenPublication) {
43
from components.release
44
groupId = "com.anupkumarpanwar"
45
- artifactId = "scratchviewdemo"
46
- version = '1.6'
+ artifactId = "scratchview"
+ version = '1.7'
47
48
49
0 commit comments