style: update agp android gradle version

update agp to 8.13.2,update gradle to 8.13,add build.gradle namespace
This commit is contained in:
2026-05-08 16:57:42 +08:00
parent 4dcb82b9f4
commit 6baa7155ba
7 changed files with 89 additions and 81 deletions

View File

@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'
android {
namespace "com.ttstd.iconloader"
compileSdkVersion 36
// buildToolsVersion "36.0.0"

View File

@@ -1 +1 @@
<manifest package="com.ttstd.iconloader" />
<manifest />