新增了分类

然后不知道改了啥
This commit is contained in:
2024-08-28 17:52:31 +08:00
parent 9e889a2f14
commit de339d31f7
42 changed files with 1356 additions and 343 deletions

View File

@@ -3,13 +3,10 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 33
buildToolsVersion "30.0.2"
defaultConfig {
minSdkVersion 28
targetSdkVersion 33
versionCode 1
versionName "1.2"
consumerProguardFiles 'consumer-rules.pro'
}
@@ -20,6 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
namespace 'com.angcyo.tablayout.delegate2'
}

View File

@@ -1,2 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.angcyo.tablayout.delegate2" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" />