Skip to content

Commit

Permalink
settings jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean1990 committed Dec 29, 2017
1 parent 217468e commit 09e7129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.Dean1990'

android {
compileSdkVersion 19
Expand All @@ -25,8 +27,7 @@ dependencies {

}

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.Dean1990'


// build a jar with source files
task sourcesJar(type: Jar) {
Expand Down
2 changes: 2 additions & 0 deletions jitpack.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- oraclejdk8

0 comments on commit 09e7129

Please sign in to comment.