@@ -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.0 '
11
- implementation ' androidx.preference:preference:1.1.1 '
10
+ implementation ' androidx.appcompat:appcompat:1.4.1 '
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.4 .0'
15
+ implementation ' com.google.android.material:material:1.5 .0'
16
16
}
17
17
18
18
android {
@@ -26,12 +26,12 @@ android {
26
26
defaultConfig {
27
27
applicationId ' ee.ioc.phon.android.speak'
28
28
minSdkVersion 21
29
- targetSdkVersion 31
30
- versionCode 1811
31
- versionName ' 1.8.11 '
29
+ targetSdkVersion 32
30
+ versionCode 1812
31
+ versionName ' 1.8.12 '
32
32
vectorDrawables. useSupportLibrary = true
33
33
// Keep only en and et resources
34
- resConfigs " en " , " et "
34
+ resConfigs ' en ' , ' et '
35
35
}
36
36
37
37
compileOptions {
@@ -42,13 +42,13 @@ android {
42
42
kotlinOptions {
43
43
jvmTarget = ' 1.8'
44
44
}
45
-
46
45
packagingOptions {
47
- exclude ' META-INF/DEPENDENCIES '
48
- exclude ' META-INF/LICENSE.txt'
49
- exclude ' META-INF/NOTICE.txt '
46
+ resources {
47
+ excludes + = [ ' META-INF/DEPENDENCIES ' , ' META-INF/ LICENSE.txt' , ' META-INF/NOTICE.txt ' ]
48
+ }
50
49
}
51
50
51
+
52
52
signingConfigs {
53
53
release {
54
54
}
@@ -64,15 +64,15 @@ android {
64
64
}
65
65
}
66
66
67
- lintOptions {
68
- // TODO: in the future check for Kotlin-Java interop
69
- // check 'Interoperability'
70
- disable ' ResourceType' , ' AppLinkUrlError' , ' EllipsizeMaxLines' , ' RtlSymmetry' , ' Autofill' , ' QueryAllPackagesPermission'
71
- }
72
67
73
68
buildFeatures {
74
69
viewBinding true
75
70
}
71
+ lint {
72
+ // TODO: in the future check for Kotlin-Java interop
73
+ // check 'Interoperability'
74
+ disable ' ResourceType' , ' AppLinkUrlError' , ' EllipsizeMaxLines' , ' RtlSymmetry' , ' Autofill' , ' QueryAllPackagesPermission'
75
+ }
76
76
77
77
}
78
78
0 commit comments