File tree 4 files changed +4
-4
lines changed
build-tools/android-metadata-generator
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"gradle" : {
13
13
"version" : " 5.4.1" ,
14
- "android" : " 3.5.0 "
14
+ "android" : " 3.5.1 "
15
15
},
16
16
"android_ndk_version" : " 20"
17
17
}
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ class EmptyRunnable implements Runnable {
571
571
572
572
def getMergedAssetsOutputPath () {
573
573
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
575
575
project. ext. mergedAssetsOutputPath = " $projectDir /build/intermediates/merged_assets/" + project. selectedBuildType + " /out"
576
576
}
577
577
return project. ext. mergedAssetsOutputPath
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
17
17
}
18
18
19
19
dependencies {
20
- classpath ' com.android.tools.build:gradle:3.5.0 '
20
+ classpath ' com.android.tools.build:gradle:3.5.1 '
21
21
}
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
jcenter()
20
20
}
21
21
dependencies {
22
- classpath ' com.android.tools.build:gradle:3.5.0 '
22
+ classpath ' com.android.tools.build:gradle:3.5.1 '
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments