mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
fix: corrected the and updated the string message for the toast. got the build working. It was not pretty.
This commit is contained in:
parent
d32d2bcf31
commit
6703704f22
8 changed files with 20 additions and 7 deletions
|
|
@ -11,7 +11,7 @@ android {
|
|||
targetSdk 35
|
||||
|
||||
versionCode 26
|
||||
versionName '3.9.0'
|
||||
versionName '3.9.3'
|
||||
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
|
|
@ -107,4 +107,9 @@ dependencies {
|
|||
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.14'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
|
||||
}
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(17)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue