This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i -e '/dependencies.googlePlayServicesAuth/,+41d' -e '/msgraphAuth/,+5d' ./data/build.gradle | |
sed -i -e '/\/\/ needed for '\''com.microsoft.device.display'\'' required by '\''com.microsoft.graph:microsoft-graph'\''/,+12d' ./buildsystem/dependencies.gradle | |
sed -i -e '/prebuild.gradle/d' -e '/msgraphAuth/,+5d' build.gradle | |
/root/Cryptomator/domain/src/main/java/org/cryptomator/domain/usecases/DoLicenseCheck.java | |
public LicenseCheck execute() throws BackendException { | |
return new LicenseCheck() { | |
public String mail() { | |
return ""; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
# https://core.telegram.org/resources/cidr.txt | |
- IP-CIDR,91.108.56.0/22,no-resolve | |
- IP-CIDR,91.108.4.0/22,no-resolve | |
- IP-CIDR,91.108.8.0/22,no-resolve | |
- IP-CIDR,91.108.16.0/22,no-resolve | |
- IP-CIDR,91.108.12.0/22,no-resolve | |
- IP-CIDR,149.154.160.0/20,no-resolve | |
- IP-CIDR,91.105.192.0/23,no-resolve | |
- IP-CIDR,91.108.20.0/22,no-resolve |