File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ android.applicationVariants.all {
328
328
tasks.register(" updateJson${capitalized} " ) {
329
329
inputs.property(" gitVersionTriple.first" , gitVersionTriple.first)
330
330
inputs.property(" projectUrl" , projectUrl)
331
- inputs.property(" releaseMetadataBranch" , releaseMetadataBranch)
332
331
inputs.property(" variant.name" , variant.name)
333
332
inputs.property(" variant.versionCode" , variant.versionCode)
334
333
inputs.property(" variant.versionName" , variant.versionName)
@@ -349,7 +348,7 @@ android.applicationVariants.all {
349
348
root.put(" version" , variant.versionName)
350
349
root.put(" versionCode" , variant.versionCode)
351
350
root.put(" zipUrl" , " ${projectUrl} /releases/download/${gitVersionTriple.first} /BCR-${variant.versionName} -release.zip" )
352
- root.put(" changelog" , " ${projectUrl} /raw/${releaseMetadataBranch } /app/magisk/updates/${variant.name} /changelog.txt" )
351
+ root.put(" changelog" , " ${projectUrl} /raw/${gitVersionTriple.first } /app/magisk/updates/${variant.name} /changelog.txt" )
353
352
354
353
jsonFile.writer().use {
355
354
root.write(it, 4 , 0 )
You can’t perform that action at this time.
0 commit comments