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 = [ //正式、