Add retrofit
This commit is contained in:
@@ -6,6 +6,8 @@ apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
def version_retrofit = '2.6.2'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
@@ -34,6 +36,8 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.core:core-ktx:1.1.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation "com.squareup.retrofit2:retrofit:$version_retrofit"
|
||||
implementation "com.squareup.retrofit2:converter-scalars:$version_retrofit"
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.navi.medici.android_customer_app.login
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.navi.medici.android_customer_app.login
|
||||
|
||||
Reference in New Issue
Block a user