File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ * .iml
2
+ local.properties
3
+ .gradle
4
+ .idea
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. kotlin_version = ' 1.3.31'
5
- ext. stringcare_version = ' 1.5 '
5
+ ext. stringcare_version = ' 2.1 '
6
6
7
7
repositories {
8
8
google()
9
9
jcenter()
10
10
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.4.0 '
13
+ classpath ' com.android.tools.build:gradle:3.4.1 '
14
14
classpath " com.stringcare:plugin:$stringcare_version "
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
16
16
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Mon May 13 00:37:34 CEST 2019
1
+ # Mon May 13 20:49:27 CEST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments