mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
keep latest
This commit is contained in:
parent
d0edcb5cec
commit
86b930a8d9
10 changed files with 0 additions and 443 deletions
|
|
@ -552,14 +552,6 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties
|
||||
|
||||
- versionName: 2.8.2
|
||||
versionCode: 106
|
||||
commit: 91cfe07e32037e9008c48cfecf5b4bda8504aa17
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties
|
||||
|
||||
- versionName: 2.8.3
|
||||
versionCode: 107
|
||||
commit: 47003a6b77778d513687360a3ea07c2395a08fcc
|
||||
|
|
|
|||
|
|
@ -2997,282 +2997,6 @@ Builds:
|
|||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 641
|
||||
commit: a6fb203c87895f0e638913791e454997c4824382
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-x86_64.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 642
|
||||
commit: a6fb203c87895f0e638913791e454997c4824382
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-armeabi-v7a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 643
|
||||
commit: a6fb203c87895f0e638913791e454997c4824382
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-arm64-v8a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 651
|
||||
commit: 12f203918e98ae6c373a9f8f42fc6cf5677e84e9
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-x86_64.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 652
|
||||
commit: 12f203918e98ae6c373a9f8f42fc6cf5677e84e9
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-armeabi-v7a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 653
|
||||
commit: 12f203918e98ae6c373a9f8f42fc6cf5677e84e9
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/poppingmoon/aria/releases/download/v%v/aria-v%v-arm64-v8a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.87.0'/" rust_builder/cargokit/build_tool/lib/src/builder.dart
|
||||
- export version=$(grep flutter .fvmrc | cut -d ":" -f2|cut -d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain none
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- mv $HOME/.cargo /tmp/.cargo
|
||||
- HOME_TMP=$HOME
|
||||
- export HOME=/tmp
|
||||
- cd ..
|
||||
- mv com.poppingmoon.aria /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /tmp/build com.poppingmoon.aria
|
||||
- export HOME=$HOME_TMP
|
||||
- mv /tmp/.cargo $HOME/.cargo
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.2.2
|
||||
versionCode: 661
|
||||
commit: 158a183ee1a0d7e210ba5dc5d15d9a0071b7c722
|
||||
|
|
|
|||
|
|
@ -122,42 +122,6 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
|
||||
- versionName: 0.9.3
|
||||
versionCode: 4
|
||||
commit: 4a5990b920f5a2f30e96ee3b9581a001a064f100
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ *([0-9]+\.[0-9]+\.[0-9]+)/\1/p"
|
||||
.github/workflows/flutter.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export repo=/home/runner/work/carvita
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.wangjinli.carvita $repo/carvita
|
||||
- pushd $repo/carvita
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/carvita
|
||||
- cd ..
|
||||
- mv com.wangjinli.carvita $repo/carvita
|
||||
- pushd $repo/carvita
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 5
|
||||
commit: dc943b75f6c25d58ec9350a24b035f0328e62254
|
||||
|
|
|
|||
|
|
@ -304,13 +304,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.1.2
|
||||
versionCode: 62
|
||||
commit: d20f7cea8d1220621fc5647f72396fb4d40430ba
|
||||
subdir: app
|
||||
gradle:
|
||||
- oss
|
||||
|
||||
- versionName: 2.1.3
|
||||
versionCode: 63
|
||||
commit: 979d5b03b3c3c4acc46d26e5427c80afd0269bbc
|
||||
|
|
|
|||
|
|
@ -209,16 +209,6 @@ Builds:
|
|||
- crowdin-cli.jar
|
||||
prebuild: cp ../version.properties .
|
||||
|
||||
- versionName: 2.17.1-rc1
|
||||
versionCode: 21701010
|
||||
commit: f4e8f08f4f462bc53bf3aaae8fe913875c15494b
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
rm:
|
||||
- crowdin-cli.jar
|
||||
prebuild: cp ../version.properties .
|
||||
|
||||
- versionName: 2.17.2-rc0
|
||||
versionCode: 21702000
|
||||
commit: 3c8f24fa50523b7a960235f2750716537dad87fe
|
||||
|
|
|
|||
|
|
@ -855,48 +855,6 @@ Builds:
|
|||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 1.38.1
|
||||
versionCode: 644
|
||||
commit: accf500adbf16299bafa71c8e7ef215ecd2c558d
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- fDroid
|
||||
prebuild:
|
||||
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX0lEPWtpbVpiWXlaYUVia2Ewb0Npb1ExNUdINWhlNFp4dGtXCg=="
|
||||
| base64 -d > ../../not_so_secret.properties
|
||||
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX1NFQ1JFVD00ZVlINmpqRzBVVm1GRGN1Yk1CSThrVVlxT18xVkxHRAo="
|
||||
| base64 -d >> ../../not_so_secret.properties
|
||||
- sed -i -e '/firebase/d' -e '/google.services/d' ../../build.gradle.kts
|
||||
- sed -i -e 's/\.debug//' ../../shared/domain/src/commonMain/kotlin/ly/david/musicsearch/shared/domain/Constants.kt
|
||||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 1.39.0
|
||||
versionCode: 647
|
||||
commit: 8c24af6bd2665a87bb2f119aeb8d9d34991d57ff
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- fDroid
|
||||
prebuild:
|
||||
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX0lEPWtpbVpiWXlaYUVia2Ewb0Npb1ExNUdINWhlNFp4dGtXCg=="
|
||||
| base64 -d > ../../not_so_secret.properties
|
||||
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX1NFQ1JFVD00ZVlINmpqRzBVVm1GRGN1Yk1CSThrVVlxT18xVkxHRAo="
|
||||
| base64 -d >> ../../not_so_secret.properties
|
||||
- sed -i -e '/firebase/d' -e '/google.services/d' ../../build.gradle.kts
|
||||
- sed -i -e 's/\.debug//' ../../shared/domain/src/commonMain/kotlin/ly/david/musicsearch/shared/domain/Constants.kt
|
||||
scandelete:
|
||||
- build-logic/convention/build
|
||||
|
||||
- versionName: 1.40.0
|
||||
versionCode: 648
|
||||
commit: 1775e84803714b9834bf324a0abe469bf92f271b
|
||||
|
|
|
|||
|
|
@ -712,26 +712,6 @@ Builds:
|
|||
- subscriptions-google-play
|
||||
prebuild: sed -i -e '/marketKit.sendStats/d' src/main/java/io/horizontalsystems/bankwallet/core/stats/StatsManager.kt
|
||||
|
||||
- versionName: 0.42.4
|
||||
versionCode: 133
|
||||
commit: 6c465b81aea90adef188191c1852b594341477aa
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- subscriptions-google-play
|
||||
prebuild: sed -i -e '/marketKit.sendStats/d' src/main/java/io/horizontalsystems/bankwallet/core/stats/StatsManager.kt
|
||||
|
||||
- versionName: 0.42.4
|
||||
versionCode: 134
|
||||
commit: 271c1ffa6e1bf7b9b0a6f39f7bac496a69dcc0e1
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- subscriptions-google-play
|
||||
prebuild: sed -i -e '/marketKit.sendStats/d' src/main/java/io/horizontalsystems/bankwallet/core/stats/StatsManager.kt
|
||||
|
||||
- versionName: 0.42.4
|
||||
versionCode: 135
|
||||
commit: 315fed725ebe504f82b64a1aa0f6bb76e5434ef5
|
||||
|
|
|
|||
|
|
@ -127,14 +127,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.10.0
|
||||
versionCode: 14
|
||||
commit: 982eb42b67170c9538423b10450e0d144bcddf74
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.10.1
|
||||
versionCode: 15
|
||||
commit: 8335ec340bd855af5de9c70df65e53340642700a
|
||||
|
|
|
|||
|
|
@ -65,13 +65,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.10'
|
||||
versionCode: 11
|
||||
commit: d3c2118ee3170b3b28d7c84931b6c104d16da45a
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.11'
|
||||
versionCode: 12
|
||||
commit: 9aaba4780e24e5743270e5763749cc5fdf8a593a
|
||||
|
|
|
|||
|
|
@ -207,35 +207,6 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.7.5
|
||||
versionCode: 44
|
||||
commit: 7e6b056cf57f4082f900ca60c78b09acc4c679df
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npx expo prebuild
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/react-native-vector-icons/android/build.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- node_modules/@react-native-picker/picker/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.7.6
|
||||
versionCode: 45
|
||||
commit: 365763a621593eb68a66d3432729d02a45af35b3
|
||||
|
|
|
|||
Loading…
Reference in a new issue