Skip to content

Commit

Permalink
1.拆分框架
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlanglang committed May 11, 2019
1 parent f839e25 commit 427836d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.21'
repositories {
jcenter()
maven {
Expand All @@ -11,7 +10,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand All @@ -24,9 +22,6 @@ allprojects {
maven { url "https://jitpack.io" }
mavenCentral() // add repository
google()
flatDir {
dirs 'libs', "../framework-jmvp/libs"
}
}
}

Expand Down

0 comments on commit 427836d

Please sign in to comment.