6 files changed +8
-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.3.0 '
10
+ implementation ' androidx.appcompat:appcompat:1.3.1 '
11
11
implementation ' androidx.preference:preference:1.1.1'
12
12
implementation ' androidx.recyclerview:recyclerview:1.2.1'
13
13
// implementation 'androidx.activity:activity:1.3.0-alpha03'
14
14
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
15
- implementation ' com.google.android.material:material:1.3 .0'
15
+ implementation ' com.google.android.material:material:1.4 .0'
16
16
}
17
17
18
18
android {
@@ -27,8 +27,8 @@ android {
27
27
applicationId ' ee.ioc.phon.android.speak'
28
28
minSdkVersion 21
29
29
targetSdkVersion 30
30
- versionCode 1805
31
- versionName ' 1.8.05 '
30
+ versionCode 1806
31
+ versionName ' 1.8.06 '
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 2
2
<RelativeLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : layout_width =" match_parent"
4
4
android : layout_height =" wrap_content"
5
- android : onClick =" onClicked"
6
5
android : padding =" @dimen/layoutMargin1" >
7
6
8
7
<TextView
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.5.20 '
2
+ ext. kotlin_version = ' 1.5.21 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.2.1 '
8
+ classpath ' com.android.tools.build:gradle:7.0.0 '
9
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
- android.enableD8 =true
2
1
android.enableJetifier =true
3
2
android.useAndroidX =true
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-6.7.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
0 commit comments