added dependeneys and made sure to keep tylers
This commit is contained in:
parent
b3ff8d8e98
commit
ac378b2b20
@ -29,11 +29,15 @@ android {
|
|||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packaging {
|
||||||
|
resources {
|
||||||
|
excludes += "META-INF/DEPENDENCIES"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
|
||||||
implementation(libs.appcompat)
|
implementation(libs.appcompat)
|
||||||
implementation(libs.material)
|
implementation(libs.material)
|
||||||
implementation(libs.activity)
|
implementation(libs.activity)
|
||||||
@ -41,4 +45,14 @@ dependencies {
|
|||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
androidTestImplementation(libs.ext.junit)
|
androidTestImplementation(libs.ext.junit)
|
||||||
androidTestImplementation(libs.espresso.core)
|
androidTestImplementation(libs.espresso.core)
|
||||||
|
implementation("com.google.apis:google-api-services-sheets:v4-rev581-1.25.0")
|
||||||
|
implementation("com.google.oauth-client:google-oauth-client:1.34.0")
|
||||||
|
implementation("com.google.http-client:google-http-client-gson:1.41.1")
|
||||||
|
implementation("com.google.api-client:google-api-client:1.34.0")
|
||||||
|
implementation("com.google.auth:google-auth-library-oauth2-http:1.14.0")
|
||||||
|
implementation("com.google.auth:google-auth-library-credentials:1.14.0")
|
||||||
|
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
|
||||||
|
implementation("com.google.code.gson:gson:2.8.9")
|
||||||
|
implementation("com.squareup.okhttp3:okhttp:4.12.0")
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user