mirror of
https://github.com/Team-xManager/xManager.git
synced 2025-01-25 22:11:33 +01:00
Update build.gradle
This commit is contained in:
parent
5b011b5709
commit
437b135b74
@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "com.xc3fff0e.xmanager"
|
applicationId "com.xc3fff0e.xmanager"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "2.9"
|
versionName "3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@ -27,6 +27,7 @@ dependencies {
|
|||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'com.google.android.material:material:1.4.0'
|
implementation 'com.google.android.material:material:1.4.0'
|
||||||
|
implementation 'com.google.firebase:firebase-auth:19.0.0'
|
||||||
implementation 'com.google.firebase:firebase-database:19.0.0'
|
implementation 'com.google.firebase:firebase-database:19.0.0'
|
||||||
implementation 'com.google.android.gms:play-services-ads:20.1.0'
|
implementation 'com.google.android.gms:play-services-ads:20.1.0'
|
||||||
implementation 'com.google.code.gson:gson:2.8.7'
|
implementation 'com.google.code.gson:gson:2.8.7'
|
||||||
|
Loading…
Reference in New Issue
Block a user