Skip to content

Commit

Permalink
update some build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Sep 26, 2018
1 parent 4ee9f7e commit e7dd240
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Android/MMKV/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
classpath 'digital.wup:android-maven-publish:3.6.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand All @@ -33,9 +33,9 @@ task clean(type: Delete) {
ext {
// TODO: Change these to satisfy your project
minSdkVersion = 16
compileSdkVersion = 27
compileSdkVersion = 28
targetSdkVersion = compileSdkVersion
buildToolsVersion = '27.0.3'
buildToolsVersion = '28.0.2'
supportLibVersion = "25.4.0"
javaVersion = JavaVersion.VERSION_1_7

Expand Down
2 changes: 1 addition & 1 deletion Android/MMKV/mmkv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:support-annotations:27.1.1'
implementation 'com.android.support:support-annotations:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Android/MMKV/mmkvdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 27
compileSdkVersion 28

signingConfigs {
config {
Expand All @@ -16,7 +16,7 @@ android {
defaultConfig {
applicationId "com.tencent.mmkvdemo"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 28
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit e7dd240

Please sign in to comment.