diff --git a/scratchview/build.gradle b/scratchview/build.gradle index 4767a88..ec4daf7 100644 --- a/scratchview/build.gradle +++ b/scratchview/build.gradle @@ -23,8 +23,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_11 + targetCompatibility JavaVersion.VERSION_11 } } @@ -42,8 +42,8 @@ afterEvaluate { release(MavenPublication) { from components.release groupId = "com.anupkumarpanwar" - artifactId = "scratchviewdemo" - version = '1.6' + artifactId = "scratchview" + version = '1.7' } } }