date:2021-10-09 18:28:37
This commit is contained in:
@@ -97,7 +97,7 @@ android {
|
||||
|
||||
//签名
|
||||
signingConfigs {
|
||||
xueshibao{
|
||||
xueshibao {
|
||||
storeFile file("src/keystore/xueshibaoos.jks")
|
||||
storePassword "123456"
|
||||
keyAlias "xueshibaoos"
|
||||
@@ -221,6 +221,7 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation 'androidx.core:core-ktx:1.6.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
//constraintlayout:2.0.4以上在Android studio 3.6.2不能预览
|
||||
// implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
||||
@@ -270,7 +271,6 @@ dependencies {
|
||||
implementation 'com.squareup.picasso:picasso:2.71828'
|
||||
|
||||
|
||||
|
||||
//个人
|
||||
//utilcode工具类
|
||||
implementation 'com.blankj:utilcodex:1.30.6'
|
||||
@@ -281,6 +281,8 @@ dependencies {
|
||||
implementation 'me.jessyan:autosize:1.2.1'
|
||||
//滑动关闭当前 Activity
|
||||
implementation 'com.r0adkll:slidableactivity:2.1.0'
|
||||
//滑动返回
|
||||
implementation 'com.github.bingoogolapple:BGASwipeBackLayout-Android:2.0.2'
|
||||
//圆角
|
||||
implementation 'de.hdodenhof:circleimageview:2.2.0'
|
||||
//圆角ImageView
|
||||
@@ -291,11 +293,11 @@ dependencies {
|
||||
implementation 'com.yanzhenjie:permission:2.0.3'
|
||||
//沉浸状态栏
|
||||
implementation 'com.gitee.zackratos:UltimateBarX:0.7.1'
|
||||
implementation 'com.gyf.barlibrary:barlibrary:2.2.8'
|
||||
// // 基础依赖包,必须要依赖
|
||||
// implementation 'com.gyf.immersionbar:immersionbar:3.0.0'
|
||||
// // fragment快速实现(可选)
|
||||
// implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'
|
||||
// // kotlin扩展(可选)
|
||||
// implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'
|
||||
// implementation 'com.gyf.barlibrary:barlibrary:2.2.8'
|
||||
// 基础依赖包,必须要依赖
|
||||
implementation 'com.gyf.immersionbar:immersionbar:3.0.0'
|
||||
// fragment快速实现(可选)
|
||||
implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'
|
||||
// kotlin扩展(可选)
|
||||
implementation 'com.gyf.immersionbar:immersionbar-ktx:3.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user