Skip to content

Commit

Permalink
更改build版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanshenbin committed Dec 23, 2019
1 parent b7943d0 commit db52928
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
Binary file removed app/src/main/assets/MVPHelper-Contract-Impl.jar
Binary file not shown.
Binary file removed app/src/main/assets/srca.cer
Binary file not shown.
Binary file removed app/src/main/assets/vButterKnife.jar
Binary file not shown.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -23,6 +25,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
maven { url "https://jitpack.io" }
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Mon Dec 23 21:23:11 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
13 changes: 6 additions & 7 deletions request/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apply plugin: 'com.android.library'
api plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.yuanshenbin'
android {
compileSdkVersion 26
buildToolsVersion "27.0.2"

buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 15
targetSdkVersion 26
targetSdkVersion 27
versionCode 1
versionName "1.0.0"

Expand All @@ -27,11 +26,11 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.yanzhenjie.nohttp:okhttp:1.1.11'
implementation 'com.yanzhenjie.nohttp:okhttp:1.1.11'

compile 'io.reactivex.rxjava2:rxjava:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.1'

compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'


}

0 comments on commit db52928

Please sign in to comment.