Skip to content

Commit

Permalink
发包
Browse files Browse the repository at this point in the history
  • Loading branch information
AranAndroid009 committed Apr 23, 2021
1 parent 3912aeb commit 7e39dbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ buildscript {
repositories {
google()
jcenter()
maven{
url 'https://jitpack.io'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -19,6 +23,9 @@ allprojects {
repositories {
google()
jcenter()
maven{
url 'https://jitpack.io'
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions mvvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
plugins {
id 'com.android.library'
id 'com.github.dcendents.android-maven'
id 'kotlin-android'
}

group = 'com.github.AranAndroid009'

android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
Expand Down

0 comments on commit 7e39dbd

Please sign in to comment.