@@ -6,10 +6,10 @@ dependencies {
6
6
// TODO: used only in ChunkedWebRecSessionResult, use Android's JSON library instead
7
7
implementation ' com.googlecode.json-simple:json-simple:1.1'
8
8
implementation ' com.koushikdutta.async:androidasync:3.1.0'
9
- implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.10 '
9
+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.8.21 '
10
10
implementation ' androidx.appcompat:appcompat:1.6.1'
11
- implementation ' androidx.preference:preference-ktx:1.2.0 '
12
- implementation ' androidx.recyclerview:recyclerview:1.3.0 '
11
+ implementation ' androidx.preference:preference-ktx:1.2.1 '
12
+ implementation ' androidx.recyclerview:recyclerview:1.3.1 '
13
13
// implementation 'androidx.activity:activity:1.4.0'
14
14
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
15
15
implementation ' com.google.android.material:material:1.9.0'
@@ -18,7 +18,7 @@ dependencies {
18
18
}
19
19
20
20
android {
21
- compileSdkVersion rootProject. compileSdkVersion
21
+ compileSdk rootProject. compileSdk
22
22
23
23
// API level 3: some default button was not found, but we didn't explore it further.
24
24
// API level 7: MediaRecorder.AudioSource.VOICE_RECOGNITION
@@ -33,7 +33,7 @@ android {
33
33
versionName ' 1.9.07'
34
34
vectorDrawables. useSupportLibrary = true
35
35
// Keep only en and et resources
36
- resConfigs ' en' , ' et'
36
+ resourceConfigurations + = [ ' en' , ' et' ]
37
37
}
38
38
39
39
compileOptions {
@@ -89,7 +89,7 @@ if (project.hasProperty('storePassword') && project.hasProperty('keyPassword'))
89
89
}
90
90
91
91
92
- task deploy {
92
+ tasks . register( ' deploy' ) {
93
93
// TODO: temporary fix for the issue with accessing the android-property from doLast
94
94
notCompatibleWithConfigurationCache(" https://docs.gradle.org/current/userguide/configuration_cache.html" )
95
95
doLast {
0 commit comments