mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
c40642112c
commit
f0553201c9
3 changed files with 4 additions and 37 deletions
|
|
@ -1,3 +1,6 @@
|
|||
AntiFeatures:
|
||||
Tracking:
|
||||
en-US: Send errors to sentry.
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: MIT
|
||||
|
|
|
|||
|
|
@ -1498,43 +1498,6 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.15.4
|
||||
versionCode: 40282
|
||||
disable: fails RB
|
||||
commit: 597e88e3caa448035ca880cd009e5c4728885166
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/lamarios/clipious/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter pub run flutter_native_splash:create
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.15.4
|
||||
versionCode: 40283
|
||||
commit: 597e88e3caa448035ca880cd009e5c4728885166
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Builds:
|
|||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/outputs/apk/release/*.apk
|
||||
prebuild: sed -i 's|version + epoch|$$VERCODE$$|' ../build-conventions/src/main/kotlin/ubuntucountdownwidget.app-versioning-conventions.gradle.kts
|
||||
build: JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
|
|
|
|||
Loading…
Reference in a new issue