updating gradle and commons

This commit is contained in:
tibbi
2021-05-22 15:51:21 +02:00
parent 5ea890c31d
commit 52c2a6b9fd
4 changed files with 4 additions and 4 deletions

View File

@ -55,6 +55,6 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9e7ab2f67d' implementation 'com.github.SimpleMobileTools:Simple-Commons:ac45c5e893'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
} }

View File

@ -22,7 +22,7 @@
<string name="dialer">Telefon</string> <string name="dialer">Telefon</string>
<string name="accept">Přijmout</string> <string name="accept">Přijmout</string>
<string name="decline">Odmítnout</string> <string name="decline">Odmítnout</string>
<string name="Neznámý volající">Unknown Caller</string> <string name="unknown_caller">Neznámý volající</string>
<string name="is_calling">Volání…</string> <string name="is_calling">Volání…</string>
<string name="dialing">Vytáčení…</string> <string name="dialing">Vytáčení…</string>
<string name="call_ended">Hovor ukončen</string> <string name="call_ended">Hovor ukončen</string>

View File

@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip