mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2025-01-17 14:46:32 -07:00
remove obsolete gradle configuration, etc.
This commit is contained in:
parent
cc49f1ff62
commit
87e7c39065
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user