Skip to content

Commit

Permalink
upgade java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupKumarPanwar committed Nov 16, 2021
1 parent c796091 commit 46fc670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scratchview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}

Expand All @@ -42,8 +42,8 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId = "com.anupkumarpanwar"
artifactId = "scratchviewdemo"
version = '1.6'
artifactId = "scratchview"
version = '1.7'
}
}
}
Expand Down

0 comments on commit 46fc670

Please sign in to comment.