remove obsolete gradle configuration, etc.

This commit is contained in:
- 2025-01-04 19:13:26 +01:00
parent cc49f1ff62
commit 87e7c39065
3 changed files with 0 additions and 20 deletions

View File

@ -40,14 +40,10 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".debug"
}
applicationVariants.all { variant ->
variant.buildConfigField "String", "ID_A", "\"" + getId("ID_A") + "\""
}
}
externalNativeBuild {
@ -115,12 +111,6 @@ android {
}
}
static def getId(name) {
Properties props = new Properties()
props.load(new FileInputStream(new File('mynero.id')))
return props[name]
}
dependencies {
// Android stuff
//noinspection GradleDependency cannot be updated past 1.13.1 without bumping minSdkVersion

View File

View File

@ -1,10 +0,0 @@
# Privacy Policy
All data entered in the MyNero app is stored locally on the device and is not collected remotely or otherwise processed except
for the purpose of processing transactions in the Monero Network in encrypted form.
## App permissions
- INTERNET : Connect to the Monero Network via Monero Daemon Node
- READ_EXTERNAL_STORAGE : Read wallets
- CAMERA : Scan QR Codes
- POST_NOTIFICATIONS : Required by Tor dependency