mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
Set bitcoin wallet to require root, see comment
This commit is contained in:
parent
808d27e505
commit
1b8d4f2d7d
1 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,11 @@ the Bitcoin network. It would be wise to use that first, to verify that
|
||||||
everything works for you without using real Bitcoins.
|
everything works for you without using real Bitcoins.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
#The application doesn't require root, but if you don't have root you'll have
|
||||||
|
#no way of backing up your wallet data, so using it without root doesn't make
|
||||||
|
#any sense.
|
||||||
|
Requires Root:Yes
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://code.google.com/p/bitcoin-wallet/
|
Repo:https://code.google.com/p/bitcoin-wallet/
|
||||||
|
|
||||||
|
|
@ -34,7 +39,6 @@ mvn install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_
|
||||||
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
||||||
|
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
||||||
Current Version:2.01
|
Current Version:2.01
|
||||||
Current Version Code:74
|
Current Version Code:74
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue