File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22apply from : " config.gradle"
33
44buildscript {
5- ext. kotlin_version = ' 1.3.50 '
5+ ext. kotlin_version = ' 1.3.61 '
66 repositories {
77 google()
88 jcenter()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.6.1 '
11+ classpath ' com.android.tools.build:gradle:3.6.3 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 classpath " org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version "
1414// classpath "org.jetbrains.kotlin:kotlin-noarg:$kotlin_version"
1515// classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
16+ // jitpack
17+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1618 // 上传到jcenter的相关配置
1719 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
1820 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44apply plugin : ' kotlin-kapt'
55
6+ apply plugin : ' com.github.dcendents.android-maven'
7+ group= ' com.github.madreain'
8+
69android {
710 compileSdkVersion rootProject. ext. android[" compileSdkVersion" ]
811 defaultConfig {
You can’t perform that action at this time.
0 commit comments