File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ android {
49
49
sourceCompatibility 1.8
50
50
targetCompatibility 1.8
51
51
}
52
+
53
+ aaptOptions {
54
+ noCompress " json"
55
+ }
52
56
}
53
57
54
58
dependencies {
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.72 '
5
- ext. stringcare_version = ' 4.0.0 '
4
+ ext. kotlin_version = ' 1.4.0 '
5
+ ext. stringcare_version = ' 4.0.1 '
6
6
7
7
repositories {
8
8
google()
9
9
jcenter()
10
10
}
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:4.0.0 '
12
+ classpath ' com.android.tools.build:gradle:4.0.1 '
13
13
classpath " com.stringcare:plugin:$stringcare_version "
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
// NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments