mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
slimfacebook: fix 10.1.1
This commit is contained in:
parent
fe03c95257
commit
664647c950
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,6 @@ Builds:
|
|||
|
||||
- versionName: 10.1.1
|
||||
versionCode: 115
|
||||
disable: https://github.com/rignaneseleo/SlimSocial-for-Facebook/issues/162#issuecomment-2371451485
|
||||
commit: 50cdb46a56f42f84da7a7e2c3713c07886f928f4
|
||||
subdir: SlimSocial_for_Facebook
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
|
|
@ -280,6 +279,8 @@ Builds:
|
|||
- sed -i -e '/^ in_app/,/^ version/d' pubspec.lock
|
||||
- sed -i -e '/in_app/d' -e '/contribute/,/SettingsSection/d' -e '/Future buildPaymentWidget/,/^ }/d'
|
||||
-e '/_paymentSubscription/d' -e '/buildPaymentWidget/d' lib/screens/settings_page.dart
|
||||
- sed -i -e '8a subprojects { afterEvaluate { android { compileSdkVersion 34
|
||||
} } }' android/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
|
|
|
|||
Loading…
Reference in a new issue