From 2b20782def958711c2e1a44d773f5c27a980c30e Mon Sep 17 00:00:00 2001 From: Martin <13046765170@163.com> Date: Wed, 17 Jul 2024 10:18:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TabLayout/build.gradle | 6 ++++-- TabLayout/src/main/AndroidManifest.xml | 2 +- config.gradle | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/TabLayout/build.gradle b/TabLayout/build.gradle index 7838d7412..2603e2d62 100644 --- a/TabLayout/build.gradle +++ b/TabLayout/build.gradle @@ -2,8 +2,10 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion rootProject.ext.android.compileSdkVersion - buildToolsVersion rootProject.ext.android.buildToolsVersion + + namespace "com.angcyo.tablayout" + compileSdk rootProject.ext.android.compileSdkVersion + defaultConfig { minSdkVersion rootProject.ext.android.minSdkVersion diff --git a/TabLayout/src/main/AndroidManifest.xml b/TabLayout/src/main/AndroidManifest.xml index e86e891c7..50f22e4ad 100644 --- a/TabLayout/src/main/AndroidManifest.xml +++ b/TabLayout/src/main/AndroidManifest.xml @@ -1,2 +1,2 @@ + /> diff --git a/config.gradle b/config.gradle index 0446876e7..7316d2aa7 100644 --- a/config.gradle +++ b/config.gradle @@ -4,8 +4,8 @@ ext { buildToolsVersion: "29.0.2", minSdkVersion : 23, targetSdkVersion : 34, - versionCode : 690, - versionName : "6.7.1" + versionCode : 691, + versionName : "6.8.0" ] manifestPlaceholders = [ //正式、