mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
S. Notes - update, remove old, fix build
This commit is contained in:
parent
b472b3fac4
commit
07f35a587d
1 changed files with 6 additions and 29 deletions
|
|
@ -69,33 +69,9 @@ Builds:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- vendor/
|
- vendor/
|
||||||
|
|
||||||
- versionName: 3.0.6
|
- versionName: 3.0.8
|
||||||
versionCode: 3000060
|
versionCode: 3000080
|
||||||
commit: 3.0.6
|
commit: 3.0.8
|
||||||
subdir: android/app/
|
|
||||||
submodules: true
|
|
||||||
sudo:
|
|
||||||
- apt-get update || apt-get update
|
|
||||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
||||||
init: npm install
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
rm:
|
|
||||||
- vendor/react-native-aes/android/build/
|
|
||||||
prebuild:
|
|
||||||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
|
||||||
- sed -i -e 's/gradle-4.1/gradle-4.6/' gradle/wrapper/gradle-wrapper.properties
|
|
||||||
scanignore:
|
|
||||||
- android/build.gradle
|
|
||||||
- node_modules/react-native-screens/android/build.gradle
|
|
||||||
- vendor/react-native-navigation/android/build.gradle
|
|
||||||
scandelete:
|
|
||||||
- node_modules/
|
|
||||||
- vendor/
|
|
||||||
|
|
||||||
- versionName: 3.0.7
|
|
||||||
versionCode: 3000070
|
|
||||||
commit: 3.0.7
|
|
||||||
subdir: android/app/
|
subdir: android/app/
|
||||||
submodules: true
|
submodules: true
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -112,6 +88,7 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
- node_modules/react-native-screens/android/build.gradle
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
|
- node_modules/react-native-webview/android/build.gradle
|
||||||
- vendor/react-native-navigation/android/build.gradle
|
- vendor/react-native-navigation/android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
@ -119,5 +96,5 @@ Builds:
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.0.7
|
CurrentVersion: 3.0.8
|
||||||
CurrentVersionCode: 3000070
|
CurrentVersionCode: 3000080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue