Revert build gradle
This commit is contained in:
@@ -6,7 +6,7 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 222
|
||||
def appVersionCode = 223
|
||||
def appVersionName = '1.17.4'
|
||||
|
||||
signingConfigs {
|
||||
@@ -82,9 +82,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
|
||||
implementation 'androidx.fragment:fragment:1.2.5'
|
||||
androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user