提交 f3bcb524 authored 作者: caoyongfeng's avatar caoyongfeng

android 依赖完善

上级 daee7029
package android
buildscript { buildscript {
repositories { repositories {
google() google()
...@@ -12,6 +10,7 @@ buildscript { ...@@ -12,6 +10,7 @@ buildscript {
} }
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android { android {
compileSdkVersion 30 compileSdkVersion 30
...@@ -20,7 +19,7 @@ android { ...@@ -20,7 +19,7 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 30 targetSdkVersion 30
versionCode 451 versionCode 451
versionName "4.5.1" versionName "5.1.1"
} }
buildTypes { buildTypes {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论