Categories: - Money License: AGPL-3.0-only AuthorName: Evan Kaloudis WebSite: https://zeusln.app SourceCode: https://github.com/ZeusLN/zeus IssueTracker: https://github.com/ZeusLN/zeus/issues Translation: https://www.transifex.com/ZeusLN/zeus/ Changelog: https://github.com/ZeusLN/zeus/releases Donate: https://my.paynym.is/+holymorning7d1 AutoName: Zeus RepoType: git Repo: https://github.com/ZeusLN/zeus.git Builds: - versionName: 0.4.0 versionCode: 22 commit: v0.4.0 subdir: android/app sudo: - apt-get update || apt-get update - apt-get install -y --no-install-recommends -t stretch-backports npm init: - npm install - npm run patch-android-release gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties scanignore: - android/build.gradle - node_modules/jsc-android - node_modules/react-native/android - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-permissions/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native/template/android/build.gradle - node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle scandelete: - node_modules - versionName: 0.5.1 versionCode: 24 commit: v0.5.1 subdir: android/app sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update || apt-get update - apt-get install -y g++ - apt-get install -y -t stretch-backports npm gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk srclibs: - rustup@1.23.1 - sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00 prebuild: - echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties - cd ../.. - npm install - npm run postinstall - npm run patch-android-release - cp -r $$sifir-rs-sdk$$ . scanignore: - android/build.gradle - node_modules/jsc-android - node_modules/v8-android - node_modules/react-native/android - node_modules/react-native-v8/dist/com/facebook/react/react-native - node_modules/react-native/template/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-permissions/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-tor/android/build.gradle - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle scandelete: - node_modules - sifir-rs-sdk build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - rustup default stable - rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android - cargo install cargo-ndk - export ANDROID_NDK=$$NDK$$ - cd ../../sifir-rs-sdk/sifir-android - cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs build -p sifir-android --release - cd app - gradle assembleRelease - cd ../../.. - mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar ndk: r21e - versionName: 0.5.2 versionCode: 25 commit: v0.5.2 subdir: android/app sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update || apt-get update - apt-get install -y g++ - apt-get install -y -t stretch-backports npm gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk srclibs: - rustup@1.24.3 - sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00 prebuild: - echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties - cd ../.. - npm install - npm run postinstall - npm run patch-android-release - cp -r $$sifir-rs-sdk$$ . scanignore: - android/build.gradle - node_modules/jsc-android - node_modules/v8-android - node_modules/react-native/android - node_modules/react-native-v8/dist/com/facebook/react/react-native - node_modules/react-native/template/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-permissions/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-tor/android/build.gradle - node_modules/react-native-vector-icons/android/build.gradle - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle - node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle scandelete: - node_modules - sifir-rs-sdk build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - rustup default stable - rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android - cargo install cargo-ndk - export ANDROID_NDK=$$NDK$$ - cd ../../sifir-rs-sdk/sifir-android - cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs build -p sifir-android --release - cd app - gradle assembleRelease - cd ../../.. - mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar ndk: r21e - versionName: 0.6.0-alpha4 versionCode: 29 commit: v0.6.0-alpha4 subdir: android/app sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update || apt-get update - apt-get install -y g++ - apt-get install -y -t stretch-backports npm gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk srclibs: - rustup@1.24.3 - sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00 prebuild: - sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-camera')) { exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\ }" build.gradle - echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties - cd ../.. - npm install - npm run postinstall - cp -r $$sifir-rs-sdk$$ . scanignore: - android/build.gradle - android/app/build.gradle - node_modules/jsc-android - node_modules/v8-android - node_modules/react-native/android - node_modules/react-native-v8/dist/com/facebook/react/react-native - node_modules/react-native/template/android/build.gradle - node_modules/react-native-camera/android/build.gradle - node_modules/react-native-hce/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-nfc-manager/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-tor/android/build.gradle - node_modules/react-native-vector-icons/android/build.gradle - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle scandelete: - node_modules - sifir-rs-sdk build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - rustup default stable - rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android - cargo install cargo-ndk - export ANDROID_NDK=$$NDK$$ - cd ../../sifir-rs-sdk/sifir-android - cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs build -p sifir-android --release - cd app - gradle assembleRelease - cd ../../.. - mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar - rm -rf sifir-rs-sdk ndk: r21e - versionName: 0.6.0-beta1 versionCode: 30 commit: v0.6.0-beta1 subdir: android/app sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update || apt-get update - apt-get install -y g++ - apt-get install -y -t stretch-backports npm gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk srclibs: - rustup@1.24.3 - sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00 prebuild: - sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-camera')) { exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\ }" build.gradle - echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties - cd ../.. - npm install - npm run postinstall - cp -r $$sifir-rs-sdk$$ . scanignore: - android/build.gradle - android/app/build.gradle - node_modules/jsc-android - node_modules/v8-android - node_modules/react-native/android - node_modules/react-native-v8/dist/com/facebook/react/react-native - node_modules/react-native/template/android/build.gradle - node_modules/react-native-camera/android/build.gradle - node_modules/react-native-hce/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-nfc-manager/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-tor/android/build.gradle - node_modules/react-native-vector-icons/android/build.gradle - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle scandelete: - node_modules - sifir-rs-sdk build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - rustup default stable - rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android - cargo install cargo-ndk - export ANDROID_NDK=$$NDK$$ - cd ../../sifir-rs-sdk/sifir-android - cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs build -p sifir-android --release - cd app - gradle assembleRelease - cd ../../.. - mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar - rm -rf sifir-rs-sdk ndk: r21e - versionName: 0.6.5 versionCode: 42 disable: https://github.com/ZeusLN/zeus/issues/910 commit: be558edb8ebe4567fb136097759883833b5e8ef6 subdir: android/app sudo: - sysctl fs.inotify.max_user_watches=524288 - apt-get update || apt-get update - apt-get install -y g++ - apt-get install -y -t stretch-backports npm gradle: - yes output: build/outputs/apk/release/app-universal-release-unsigned.apk srclibs: - rustup@1.24.3 - sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00 prebuild: - sed -i -e "/swiperefreshlayout/a implementation(project(':react-native-camera')) { exclude group\x3a 'com.google.firebase'\\ exclude group\x3a 'com.google.android.gms'\\ }" build.gradle - echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8' >> ../gradle.properties - cd ../.. - npm install - npm run postinstall - cp -r $$sifir-rs-sdk$$ . scanignore: - android/build.gradle - android/app/build.gradle - node_modules/jsc-android - node_modules/v8-android - node_modules/react-native/android - node_modules/react-native-v8/dist/com/facebook/react/react-native - node_modules/react-native/template/android/build.gradle - node_modules/react-native-camera/android/build.gradle - node_modules/react-native-hce/android/build.gradle - node_modules/react-native-gesture-handler/android/lib/build.gradle - node_modules/react-native-nfc-manager/android/build.gradle - node_modules/react-native-reanimated/android/build.gradle - node_modules/react-native-safe-area-context/android/build.gradle - node_modules/react-native-screens/android/build.gradle - node_modules/react-native-secure-key-store/example/android/build.gradle - node_modules/react-native-svg/android/build.gradle - node_modules/react-native-tor/android/build.gradle - node_modules/react-native-vector-icons/android/build.gradle - node_modules/@react-native-community/async-storage/android/build.gradle - node_modules/@react-native-community/masked-view/android/build.gradle scandelete: - node_modules - sifir-rs-sdk build: - $$rustup$$/rustup-init.sh -y - source $HOME/.cargo/env - rustup default stable - rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android - cargo install cargo-ndk - export ANDROID_NDK=$$NDK$$ - cd ../../sifir-rs-sdk/sifir-android - cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs build -p sifir-android --release - cd app - gradle assembleRelease - cd ../../.. - mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar - rm -rf sifir-rs-sdk ndk: r21e MaintainerNotes: We build react-native-tor, i.e. sifir-rs-sdk from source. 0.1.8 is used currently. AutoUpdateMode: None UpdateCheckMode: Tags .*[0-9]$ CurrentVersion: 0.6.6 CurrentVersionCode: 43