fix gradle issue

This commit is contained in:
Thomas 2021-01-09 10:48:11 +01:00
parent 9b322cc922
commit fe0d2fe726
2 changed files with 0 additions and 6 deletions

View File

@ -2,9 +2,6 @@ apply plugin: 'com.android.application'
apply plugin: "androidx.navigation.safeargs"
def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 30

View File

@ -20,9 +20,6 @@ apply plugin: 'de.undercouch.download'
group='com.github.TorrentStream'
def keystorePropertiesFile = rootProject.file("keystore.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android {
compileSdkVersion 30