Skip to content

Commit ba61609

Browse files
committed
v4.0.1
1 parent 5b51ae5 commit ba61609

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ android {
4949
sourceCompatibility 1.8
5050
targetCompatibility 1.8
5151
}
52+
53+
aaptOptions {
54+
noCompress "json"
55+
}
5256
}
5357

5458
dependencies {

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
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'
66

77
repositories {
88
google()
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.0.0'
12+
classpath 'com.android.tools.build:gradle:4.0.1'
1313
classpath "com.stringcare:plugin:$stringcare_version"
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)