Skip to content

Commit ab19258

Browse files
committedAug 16, 2022
Update dependencies
Did not update androidx.appcompat to 1.5.0 because of https://issuetracker.google.com/issues/242384116
1 parent 971ba9e commit ab19258

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
 

‎app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ dependencies {
77
implementation 'com.googlecode.json-simple:json-simple:1.1'
88
implementation 'com.koushikdutta.async:androidasync:3.1.0'
99
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'
1111
implementation 'androidx.preference:preference:1.2.0'
1212
implementation 'androidx.recyclerview:recyclerview:1.2.1'
1313
// implementation 'androidx.activity:activity:1.4.0'
1414
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'
1616
}
1717

1818
android {
@@ -26,9 +26,9 @@ android {
2626
defaultConfig {
2727
applicationId 'ee.ioc.phon.android.speak'
2828
minSdkVersion 21
29-
targetSdkVersion 32
30-
versionCode 1814
31-
versionName '1.8.14'
29+
targetSdkVersion 33
30+
versionCode 1815
31+
versionName '1.8.15'
3232
vectorDrawables.useSupportLibrary = true
3333
// Keep only en and et resources
3434
resConfigs 'en', 'et'

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.7.10'
33
repositories {
44
google()
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:7.1.1'
8+
classpath 'com.android.tools.build:gradle:7.2.2'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
}
1111
}
@@ -19,5 +19,5 @@ allprojects {
1919
}
2020

2121
ext {
22-
compileSdkVersion = 31
22+
compileSdkVersion = 33
2323
}

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

‎speechutils

0 commit comments

Comments
 (0)
Failed to load comments.