mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
afreerdp - fix lint
This commit is contained in:
parent
7a9a69726c
commit
06bba63a09
1 changed files with 2 additions and 1 deletions
|
|
@ -306,7 +306,8 @@ Builds:
|
|||
- client/X11
|
||||
- client/iOS
|
||||
prebuild:
|
||||
- sed -i -e "/hasProperty('RELEASE/,+2d" -e '/println/d' -e 's/8.13.0/8.11.1/' ../build.gradle
|
||||
- sed -i -e "/hasProperty('RELEASE/,+2d" -e '/println/d' -e 's/8.13.0/8.11.1/'
|
||||
../build.gradle
|
||||
- sed -i -e 's/versionCode =.*/versionCode = $$VERCODE$$/' -e 's/versionName
|
||||
=.*/versionName = "$$VERSION$$"/' build.gradle
|
||||
- sdkmanager 'cmake;3.31.6'
|
||||
|
|
|
|||
Loading…
Reference in a new issue