4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ dependencies {
7
7
implementation ' com.googlecode.json-simple:json-simple:1.1'
8
8
implementation ' com.koushikdutta.async:androidasync:3.1.0'
9
9
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
10
- implementation ' androidx.appcompat:appcompat:1.4.1 '
10
+ implementation ' androidx.appcompat:appcompat:1.4.2 '
11
11
implementation ' androidx.preference:preference:1.2.0'
12
12
implementation ' androidx.recyclerview:recyclerview:1.2.1'
13
13
// implementation 'androidx.activity:activity:1.4.0'
14
14
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
15
- implementation ' com.google.android.material:material:1.5.0 '
15
+ implementation ' com.google.android.material:material:1.6.1 '
16
16
}
17
17
18
18
android {
@@ -26,9 +26,9 @@ android {
26
26
defaultConfig {
27
27
applicationId ' ee.ioc.phon.android.speak'
28
28
minSdkVersion 21
29
- targetSdkVersion 32
30
- versionCode 1814
31
- versionName ' 1.8.14 '
29
+ targetSdkVersion 33
30
+ versionCode 1815
31
+ versionName ' 1.8.15 '
32
32
vectorDrawables. useSupportLibrary = true
33
33
// Keep only en and et resources
34
34
resConfigs ' en' , ' et'
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6 .10'
2
+ ext. kotlin_version = ' 1.7 .10'
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.1.1 '
8
+ classpath ' com.android.tools.build:gradle:7.2.2 '
9
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
10
10
}
11
11
}
@@ -19,5 +19,5 @@ allprojects {
19
19
}
20
20
21
21
ext {
22
- compileSdkVersion = 31
22
+ compileSdkVersion = 33
23
23
}
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-7.2 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
0 commit comments