Merge branch 'wulkanowy-fix-build' into 'master'
Fix Wulkanowy build See merge request fdroid/fdroiddata!5588
This commit is contained in:
commit
d107f435fd
|
@ -64,7 +64,8 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
|
||||
-e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
|
||||
-e '/bintray.com\/mockito/d' ../build.gradle build.gradle
|
||||
-e '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g'
|
||||
-e 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
Loading…
Reference in a new issue