mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Remove non-FOSS dependency from Kore
This commit is contained in:
parent
9676752ee9
commit
7da31b3d08
1 changed files with 3 additions and 17 deletions
|
|
@ -165,24 +165,8 @@ Builds:
|
||||||
rm:
|
rm:
|
||||||
- art/launcher/sam/concepts/Kore_App_Icons.zip
|
- art/launcher/sam/concepts/Kore_App_Icons.zip
|
||||||
|
|
||||||
- versionName: v3.0.0
|
|
||||||
versionCode: 31
|
|
||||||
disable: https://github.com/xbmc/Kore/pull/913#issuecomment-1296919988
|
|
||||||
commit: 44cbc6fe8b49d7b703880e217b1282cce63b482f
|
|
||||||
subdir: app
|
|
||||||
sudo:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y openjdk-11-jdk-headless
|
|
||||||
- update-alternatives --auto java
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
prebuild: sed -i -e '/core-google-shortcuts/d' -e "/constraintlayout/aimplementation
|
|
||||||
('androidx.core:core-google-shortcuts:1.0.1'){exclude group:'com.google.android.gms'}"
|
|
||||||
build.gradle
|
|
||||||
|
|
||||||
- versionName: v3.1.0
|
- versionName: v3.1.0
|
||||||
versionCode: 33
|
versionCode: 33
|
||||||
disable: https://github.com/xbmc/Kore/pull/913#issuecomment-1296919988
|
|
||||||
commit: 5f711140d7e9593f4b8048f0c613288b54e17302
|
commit: 5f711140d7e9593f4b8048f0c613288b54e17302
|
||||||
subdir: app
|
subdir: app
|
||||||
sudo:
|
sudo:
|
||||||
|
|
@ -191,8 +175,10 @@ Builds:
|
||||||
- update-java-alternatives -a
|
- update-java-alternatives -a
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
prebuild: sed -i -e '/implementation('\''androidx\.core:core-google-shortcuts:1\.1\.0'\'')
|
||||||
|
{/,/}/d' build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+$
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
CurrentVersion: v3.1.0
|
CurrentVersion: v3.1.0
|
||||||
CurrentVersionCode: 33
|
CurrentVersionCode: 33
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue