From d2818be8d2a231b9d3724805073aacbde15c53fd Mon Sep 17 00:00:00 2001 From: hwf452 Date: Tue, 22 Apr 2025 17:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=8D=93sdk=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- autolayout/build.gradle | 4 ++-- litepal/build.gradle | 4 ++-- matisse/build.gradle | 4 ++-- nohttp/build.gradle | 4 ++-- tkrefreshlayout/build.gradle | 4 ++-- videocompressor/build.gradle | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f08693b..e5a9c63 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,11 +5,11 @@ plugins { android { namespace 'com.rehome.dywoa' - compileSdk 35 + compileSdk 36 defaultConfig { applicationId "com.rehome.dywoa" minSdk 24 - targetSdk 35 + targetSdk 36 versionCode 25 versionName "1.2.4" multiDexEnabled true diff --git a/autolayout/build.gradle b/autolayout/build.gradle index 0ebad9f..67c1514 100755 --- a/autolayout/build.gradle +++ b/autolayout/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.zhy.autolayout' diff --git a/litepal/build.gradle b/litepal/build.gradle index f4a269f..946c55e 100755 --- a/litepal/build.gradle +++ b/litepal/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'org.litepal' diff --git a/matisse/build.gradle b/matisse/build.gradle index f2add3b..bfe005e 100755 --- a/matisse/build.gradle +++ b/matisse/build.gradle @@ -2,10 +2,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.zhihu.matisse' diff --git a/nohttp/build.gradle b/nohttp/build.gradle index 859d8e9..2b778da 100755 --- a/nohttp/build.gradle +++ b/nohttp/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.yolanda.nohttp' diff --git a/tkrefreshlayout/build.gradle b/tkrefreshlayout/build.gradle index e456e7d..3a12cc4 100755 --- a/tkrefreshlayout/build.gradle +++ b/tkrefreshlayout/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.lcodecore.tkrefreshlayout' diff --git a/videocompressor/build.gradle b/videocompressor/build.gradle index 40c4ea1..058dbeb 100755 --- a/videocompressor/build.gradle +++ b/videocompressor/build.gradle @@ -1,10 +1,10 @@ apply plugin: 'com.android.library' android { - compileSdk 35 + compileSdk 36 defaultConfig { minSdk 24 - targetSdk 35 + targetSdk 36 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.vincent.videocompressor'