mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
misc fixes
This commit is contained in:
parent
22590f6dbe
commit
b8c71f3085
7 changed files with 21 additions and 19 deletions
|
|
@ -31,7 +31,7 @@ Builds:
|
||||||
commit: v1.3.0
|
commit: v1.3.0
|
||||||
output: build/app/outputs/apk/release/app-release.apk
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@v1.15.21
|
- flutter@2.5.3
|
||||||
prebuild:
|
prebuild:
|
||||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,10 @@ Builds:
|
||||||
versionCode: 16
|
versionCode: 16
|
||||||
commit: a5df44568cf786a1610a01f1b1a8f33c9ce4cd87
|
commit: a5df44568cf786a1610a01f1b1a8f33c9ce4cd87
|
||||||
subdir: app
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ Builds:
|
||||||
- versionName: 1.2.16
|
- versionName: 1.2.16
|
||||||
versionCode: 10216
|
versionCode: 10216
|
||||||
commit: 208e76c1b93ed9beba2a03954e18c28b70f92ea1
|
commit: 208e76c1b93ed9beba2a03954e18c28b70f92ea1
|
||||||
subdir: platforms/android/app
|
|
||||||
sudo:
|
sudo:
|
||||||
- sysctl fs.inotify.max_user_watches=524288
|
- sysctl fs.inotify.max_user_watches=524288
|
||||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
|
||||||
|
|
@ -141,14 +140,13 @@ Builds:
|
||||||
| sha256sum -c -
|
| sha256sum -c -
|
||||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||||
- npm install -g cordova
|
- npm install -g cordova
|
||||||
gradle:
|
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
- yes
|
|
||||||
prebuild:
|
prebuild:
|
||||||
- cd ../../..
|
- npm install
|
||||||
- rm -rf platforms
|
|
||||||
- cordova platform add android
|
- cordova platform add android
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
build: cordova build android --release -- --packageType=apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
|
|
|
||||||
|
|
@ -181,20 +181,13 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter pub get
|
- $$flutter$$/bin/flutter pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
- versionName: 1.0.20
|
|
||||||
versionCode: 39
|
|
||||||
commit: e750467e992a771c7854f73a2755d6d59275b5af
|
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
|
||||||
srclibs:
|
|
||||||
- flutter@2.5.3
|
|
||||||
build:
|
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
|
||||||
- $$flutter$$/bin/flutter pub get
|
|
||||||
- $$flutter$$/bin/flutter build apk
|
|
||||||
|
|
||||||
- versionName: 1.0.21
|
- versionName: 1.0.21
|
||||||
versionCode: 40
|
versionCode: 40
|
||||||
commit: b08906c2c1430b9fb2fda7f3a6ed7a01d2841080
|
commit: b08906c2c1430b9fb2fda7f3a6ed7a01d2841080
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@2.5.3
|
- flutter@2.5.3
|
||||||
|
|
|
||||||
|
|
@ -417,6 +417,8 @@ Builds:
|
||||||
- ionic build
|
- ionic build
|
||||||
- npx cap sync android
|
- npx cap sync android
|
||||||
- rm -rf node_modules/node-notifier
|
- rm -rf node_modules/node-notifier
|
||||||
|
scandelete:
|
||||||
|
- node_modules/@capacitor/cli/assets/*.tar.gz
|
||||||
build:
|
build:
|
||||||
- mkdir ~/go
|
- mkdir ~/go
|
||||||
- export GOROOT=/usr/local/go
|
- export GOROOT=/usr/local/go
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 2.8.0
|
- versionName: 2.8.0
|
||||||
versionCode: 107
|
versionCode: 107
|
||||||
|
disable: https://github.com/ivpn/android-app/issues/110
|
||||||
commit: 269471f5b30659522a3496e7c268d38d6250c2b0
|
commit: 269471f5b30659522a3496e7c268d38d6250c2b0
|
||||||
subdir: fdroid
|
subdir: fdroid
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
|
||||||
|
|
@ -135,9 +135,13 @@ Builds:
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
- apt-get install -y autogen g++ openjdk-11-jdk-headless
|
- apt-get install -y autogen g++
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
- update-alternatives --auto java
|
- update-alternatives --auto java
|
||||||
- apt-get install -y -t testing golang-go
|
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.3.linux-amd64.tar.gz
|
||||||
|
- echo "550f9845451c0c94be679faf116291e7807a8d78b43149f9506c1b15eb89008c go.tar.gz"
|
||||||
|
| sha256sum -c -
|
||||||
|
- tar xzf go.tar.gz --strip-components=1 -C /usr/local/
|
||||||
init:
|
init:
|
||||||
- sed -i -e "s/ndkVersion .*/ndkVersion '20.1.5948944'/" build.gradle
|
- sed -i -e "s/ndkVersion .*/ndkVersion '20.1.5948944'/" build.gradle
|
||||||
- libs/prebuild
|
- libs/prebuild
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue