Skip to content

Commit

Permalink
upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
x-falcon committed Sep 16, 2018
1 parent 29860a5 commit 51ce829
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion app/Github/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":30,"versionName":"2.0.1","enabled":true,"outputFile":"app-Github-release.apk","fullName":"GithubRelease","baseName":"Github-release"},"path":"app-Github-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":31,"versionName":"2.0.2","enabled":true,"outputFile":"app-Github-release.apk","fullName":"GithubRelease","baseName":"Github-release"},"path":"app-Github-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion app/GooglePlay/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":30,"versionName":"2.0.1","enabled":true,"outputFile":"app-GooglePlay-release.apk","fullName":"GooglePlayRelease","baseName":"GooglePlay-release"},"path":"app-GooglePlay-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":31,"versionName":"2.0.2","enabled":true,"outputFile":"app-GooglePlay-release.apk","fullName":"GooglePlayRelease","baseName":"GooglePlay-release"},"path":"app-GooglePlay-release.apk","properties":{}}]
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion "28.0.0"
buildToolsVersion "28.0.2"
defaultConfig {
applicationId "com.github.xfalcon.vhosts"
minSdkVersion 19
Expand Down Expand Up @@ -47,9 +47,9 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation files('libs/Baidu_Mtj_3.9.0.6.jar')
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation 'com.android.support:cardview-v7:28.0.0-alpha3'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
implementation 'com.android.support:cardview-v7:28.0.0-rc02'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.zcweng:switch-button:0.0.3@aar'
implementation 'com.github.clans:fab:1.6.4'
androidTestImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha01'
classpath 'com.android.tools.build:gradle:3.3.0-alpha10'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
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 @@
#Wed Jul 26 21:47:47 CST 2017
#Sun Sep 16 22:15:23 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

0 comments on commit 51ce829

Please sign in to comment.