mirror of
				https://framagit.org/tom79/fedilab-tube
				synced 2025-06-05 21:09:11 +02:00 
			
		
		
		
	fix gradle issue
This commit is contained in:
		| @@ -2,9 +2,6 @@ apply plugin: 'com.android.application' | |||||||
| apply plugin: "androidx.navigation.safeargs" | apply plugin: "androidx.navigation.safeargs" | ||||||
|  |  | ||||||
|  |  | ||||||
| def keystorePropertiesFile = rootProject.file("keystore.properties") |  | ||||||
| def keystoreProperties = new Properties() |  | ||||||
| keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) |  | ||||||
|  |  | ||||||
| android { | android { | ||||||
|     compileSdkVersion 30 |     compileSdkVersion 30 | ||||||
|   | |||||||
| @@ -20,9 +20,6 @@ apply plugin: 'de.undercouch.download' | |||||||
|  |  | ||||||
| group='com.github.TorrentStream' | group='com.github.TorrentStream' | ||||||
|  |  | ||||||
| def keystorePropertiesFile = rootProject.file("keystore.properties") |  | ||||||
| def keystoreProperties = new Properties() |  | ||||||
| keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) |  | ||||||
|  |  | ||||||
| android { | android { | ||||||
|     compileSdkVersion 30 |     compileSdkVersion 30 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user