diff --git a/app/build.gradle b/app/build.gradle index db9a612..d6c2671 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/torrentStream/build.gradle b/torrentStream/build.gradle index f6c4651..d02b602 100644 --- a/torrentStream/build.gradle +++ b/torrentStream/build.gradle @@ -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