File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ android {
2727dependencies {
2828 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2929 compile project(path : ' :sheetmenu' )
30+ // compile 'com.github.whalemare:sheetmenu:1.3.1@aar'
3031 compile ' com.android.support:appcompat-v7:25.3.1'
3132 compile ' com.android.support.constraint:constraint-layout:1.0.2'
33+ compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
34+ }
35+ repositories {
36+ mavenCentral()
3237}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.1.2-4 '
5- ext. app_version = " 1.3.1 "
4+ ext. kotlin_version = ' 1.1.2-5 '
5+ ext. app_version = " 1.3.2 "
66 repositories {
77 jcenter()
88 }
Original file line number Diff line number Diff line change @@ -64,12 +64,3 @@ artifacts {
6464 archives sourcesJar
6565 archives javadocJar
6666}
67-
68- // uncomment to build a jar file in addition to the default aar file
69- android. libraryVariants. all { variant ->
70- def name = variant. buildType. name
71- def task = project. tasks. create " jar${ name.capitalize()} " , Jar
72- task. dependsOn variant. javaCompile
73- task. from variant. javaCompile. destinationDir
74- artifacts. add(' archives' , task);
75- }
You can’t perform that action at this time.
0 commit comments