Skip to content

Commit 26d8406

Browse files
committed
test
1 parent eb3d5bd commit 26d8406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.5.3'
13-
// classpath "com.stringcare:plugin:$stringcare_version"
14-
classpath files('../KotlinGradlePlugin/build/libs/plugin-3.6.3.jar')
13+
classpath "com.stringcare:plugin:$stringcare_version"
14+
// classpath files('../KotlinGradlePlugin/build/libs/plugin-3.6.3.jar')
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files

0 commit comments

Comments
 (0)