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
0fe09c1695
commit
2b938cd07f
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 31
|
||||
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
@ -12,7 +12,7 @@ android {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
versionCode 2
|
||||
versionName "3.1"
|
||||
versionName "3.2"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@ -28,7 +28,6 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
implementation 'com.google.firebase:firebase-database:19.0.0'
|
||||
implementation 'com.google.android.gms:play-services-ads:20.1.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.7'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user