Skip to content

Commit

Permalink
upgrade gradle tool
Browse files Browse the repository at this point in the history
  • Loading branch information
duqian291902259 committed May 21, 2019
1 parent 0cf8d0e commit d7187f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 0 additions & 2 deletions soloader/build.gradle
Expand Up @@ -90,9 +90,7 @@ android {
language {
enableSplit = true
}

}

dynamicFeatures = [":dynamic_feature"]
}

Expand Down

0 comments on commit d7187f8

Please sign in to comment.