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:
@@ -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
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
<manifest
|
||||
package="com.flyco.tablayout">
|
||||
</manifest>
|
||||
<manifest package="com.flyco.tablayout"></manifest>
|
||||
|
||||
Reference in New Issue
Block a user