Skip to content

Commit

Permalink
code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelnyandoro committed Jul 4, 2024
1 parent a36adf8 commit 2d385d6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions mpesa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ android {

dependencies {
//Networking
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
implementation 'com.google.code.gson:gson:2.9.0'

implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation libs.retrofit
implementation libs.converter.gson
implementation libs.okhttp
implementation libs.logging.interceptor
implementation libs.gson
implementation libs.appcompat
implementation libs.material
testImplementation libs.junit
androidTestImplementation libs.ext.junit
androidTestImplementation libs.espresso.core
}

0 comments on commit 2d385d6

Please sign in to comment.