5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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.9.20 '
9
+ implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.24 '
10
10
implementation ' androidx.appcompat:appcompat:1.7.0'
11
11
implementation ' androidx.preference:preference-ktx:1.2.1'
12
12
implementation ' androidx.recyclerview:recyclerview:1.3.2'
@@ -26,9 +26,9 @@ android {
26
26
defaultConfig {
27
27
applicationId ' ee.ioc.phon.android.speak'
28
28
minSdkVersion 24
29
- targetSdkVersion 34
30
- versionCode 1916
31
- versionName ' 1.9.16 '
29
+ targetSdkVersion 35
30
+ versionCode 1917
31
+ versionName ' 1.9.17 '
32
32
vectorDrawables. useSupportLibrary = true
33
33
// Keep only en and et resources
34
34
resourceConfigurations + = [' en' , ' et' ]
Original file line number Diff line number Diff line change 3
3
4
4
<style name =" Theme.K6nele" parent =" Theme.AppCompat.DayNight" >
5
5
<item name =" colorAccent" >@color/accent</item >
6
+ <item name =" android:windowFullscreen" >false</item >
7
+ <item name =" android:fitsSystemWindows" >true</item >
6
8
</style >
7
9
8
10
<!--
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenCentral()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:8.5 .2'
7
+ classpath ' com.android.tools.build:gradle:8.7 .2'
8
8
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20'
9
9
}
10
10
}
@@ -18,5 +18,5 @@ allprojects {
18
18
}
19
19
20
20
ext {
21
- compileSdk = 34
21
+ compileSdk = 35
22
22
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
0 commit comments