Skip to content

Commit

Permalink
看看
Browse files Browse the repository at this point in the history
  • Loading branch information
w296365959 committed May 12, 2018
1 parent 6014cb3 commit a0b3752
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
}
}


allprojects {
repositories {
jcenter()
Expand Down
36 changes: 36 additions & 0 deletions build.gradle.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apply plugin: 'me.tatarka.retrolambda'

buildscript {
repositories {
jcenter()
maven {
url "http://dl.bintray.com/dodola/maven"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.chenenyu.router:gradle-plugin:1.2.4'
classpath 'me.tatarka:gradle-retrolambda:3.3.0'
}
}

allprojects {
repositories {
jcenter()
}
}

ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.0"
minSdkVersion = 16
targetSdkVersion = 21

supportV4='com.android.support:support-v4:25.3.1'
supportAppcompatV7='com.android.support:appcompat-v7:25.3.1'
supportRecyclerviewV7='com.android.support:recyclerview-v7:25.3.1'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
appId = "com.sscf.investment"
}

0 comments on commit a0b3752

Please sign in to comment.