Skip to content

Commit

Permalink
去除部分外部依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
MannaYang committed Aug 5, 2019
1 parent 0f5b8dc commit 0dc9e94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 107 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "config.gradle"

buildscript {
repositories {
Expand Down
96 changes: 0 additions & 96 deletions config.gradle

This file was deleted.

16 changes: 6 additions & 10 deletions library_plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
apply plugin: 'com.android.library'
apply plugin: 'com.manna.library_aspectj'

def globalConfig = rootProject.ext
def version = globalConfig.versions
def dependency = globalConfig.dependencies

android {
compileSdkVersion version.compileSdkVersion
compileSdkVersion 28

defaultConfig {
minSdkVersion version.minSdkVersion
targetSdkVersion version.targetSdkVersion
versionCode version.versionCode
versionName version.versionName
minSdkVersion 18
targetSdkVersion 28
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand All @@ -26,5 +22,5 @@ android {

dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api dependency.design
api "com.android.support:design:28.0.0"
}

0 comments on commit 0dc9e94

Please sign in to comment.