build: upgrade build.gradle to run in Android Studio panda 4

This commit is contained in:
2026-06-02 16:50:26 +08:00
parent 4217eb7f8b
commit d0180b77d4
5 changed files with 94 additions and 79 deletions

View File

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