build: update agp android gradle version

update agp to 8.13.2,update gradle to 8.13,add build.gradle namespace,use android studio panda 4
This commit is contained in:
2026-06-12 18:44:30 +08:00
parent 58ddea018c
commit 5074854c40
14 changed files with 247 additions and 144 deletions

View File

@@ -3,8 +3,9 @@ apply plugin: 'com.android.library'
version = "1.3.3"
android {
namespace "com.flyco.tablayout"
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 17

View File

@@ -1,3 +1 @@
<manifest
package="com.flyco.tablayout">
</manifest>
<manifest package="com.flyco.tablayout"></manifest>