安卓sdk 升级到最新版本36

master
hwf452 8 months ago
parent 36c055af41
commit d2818be8d2

@ -5,11 +5,11 @@ plugins {
android { android {
namespace 'com.rehome.dywoa' namespace 'com.rehome.dywoa'
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
applicationId "com.rehome.dywoa" applicationId "com.rehome.dywoa"
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
versionCode 25 versionCode 25
versionName "1.2.4" versionName "1.2.4"
multiDexEnabled true multiDexEnabled true

@ -1,10 +1,10 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'com.zhy.autolayout' namespace 'com.zhy.autolayout'

@ -1,10 +1,10 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'org.litepal' namespace 'org.litepal'

@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'com.zhihu.matisse' namespace 'com.zhihu.matisse'

@ -1,10 +1,10 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'com.yolanda.nohttp' namespace 'com.yolanda.nohttp'

@ -1,10 +1,10 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'com.lcodecore.tkrefreshlayout' namespace 'com.lcodecore.tkrefreshlayout'

@ -1,10 +1,10 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdk 35 compileSdk 36
defaultConfig { defaultConfig {
minSdk 24 minSdk 24
targetSdk 35 targetSdk 36
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
namespace 'com.vincent.videocompressor' namespace 'com.vincent.videocompressor'

Loading…
Cancel
Save