Skip to content

Commit 627bfea

Browse files
committed
test v2.1
1 parent aa5f46c commit 627bfea

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.iml
2+
local.properties
3+
.gradle
4+
.idea

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44
ext.kotlin_version = '1.3.31'
5-
ext.stringcare_version = '1.5'
5+
ext.stringcare_version = '2.1'
66

77
repositories {
88
google()
99
jcenter()
1010

1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.4.0'
13+
classpath 'com.android.tools.build:gradle:3.4.1'
1414
classpath "com.stringcare:plugin:$stringcare_version"
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon May 13 00:37:34 CEST 2019
1+
#Mon May 13 20:49:27 CEST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)