mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-04-03 13:21:05 +02:00
fix gradle issue
This commit is contained in:
parent
9b322cc922
commit
fe0d2fe726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user