Skip to content

Commit

Permalink
feat: 准备拆分
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Apr 4, 2021
1 parent c3ea67e commit c5add4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions libdsm_android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

buildscript {
ext.kotlin_version = '1.4.32'
repositories {
google()
jcenter()

mavenCentral()
maven {
url "https://jitpack.io"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.novoda:bintray-release:0.9.2'
}
}

allprojects {
repositories {
google()
jcenter()

mavenCentral()
maven {
url "https://jitpack.io"
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions libdsm_android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jul 10 23:16:21 CST 2020
#Sun Apr 04 18:32:37 CST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit c5add4c

Please sign in to comment.