We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563b258 commit 72c5e2aCopy full SHA for 72c5e2a
app/build.gradle
@@ -27,8 +27,8 @@ android {
27
applicationId 'ee.ioc.phon.android.speak'
28
minSdkVersion 21
29
targetSdkVersion 30
30
- versionCode 1809
31
- versionName '1.8.09'
+ versionCode 1810
+ versionName '1.8.10'
32
vectorDrawables.useSupportLibrary = true
33
// Keep only en and et resources
34
resConfigs "en", "et"
build.gradle
@@ -1,11 +1,11 @@
1
buildscript {
2
- ext.kotlin_version = '1.5.21'
+ ext.kotlin_version = '1.5.31'
3
repositories {
4
google()
5
mavenCentral()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:7.0.1'
+ classpath 'com.android.tools.build:gradle:7.0.3'
9
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10
11
0 commit comments