File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
build-tools/android-metadata-generator Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "gradle" : {
1313 "version" : " 5.4.1" ,
14- "android" : " 3.5.0 "
14+ "android" : " 3.5.1 "
1515 },
1616 "android_ndk_version" : " 20"
1717}
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ class EmptyRunnable implements Runnable {
571571
572572def getMergedAssetsOutputPath () {
573573 if (! project. hasProperty(" mergedAssetsOutputPath" )) {
574- // mergedAssetsOutputPath not found fallback to the default value for android gradle plugin 3.5.0
574+ // mergedAssetsOutputPath not found fallback to the default value for android gradle plugin 3.5.1
575575 project. ext. mergedAssetsOutputPath = " $projectDir /build/intermediates/merged_assets/" + project. selectedBuildType + " /out"
576576 }
577577 return project. ext. mergedAssetsOutputPath
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717 }
1818
1919 dependencies {
20- classpath ' com.android.tools.build:gradle:3.5.0 '
20+ classpath ' com.android.tools.build:gradle:3.5.1 '
2121 }
2222}
2323
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 jcenter()
2020 }
2121 dependencies {
22- classpath ' com.android.tools.build:gradle:3.5.0 '
22+ classpath ' com.android.tools.build:gradle:3.5.1 '
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
2424 }
2525}
You can’t perform that action at this time.
0 commit comments