mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-23 12:06:43 +01:00
Update build.gradle
This commit is contained in:
parent
f304933c68
commit
5cb404e3ba
@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.xc3fff0e.xmanager"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName "2.4"
|
||||
}
|
||||
@ -20,8 +20,13 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation platform('com.google.firebase:firebase-bom:25.12.0')
|
||||
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'com.google.firebase:firebase-messaging'
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'com.google.firebase:firebase-database:19.0.0'
|
||||
implementation 'com.github.bumptech.glide:glide:3.7.0'
|
||||
|
Loading…
Reference in New Issue
Block a user