Replies: 3 comments 9 replies
-
I'm not going to give you from scratch instructions, you'll need to figure basic setup yourself if you're determined to build the app. The APS specific instructions you'll need are for selecting the build flavor, which is described here; and for signing release builds, which I'll explain now. APS reads the credentials for your keystore from a # keystore.properties
keyAlias=
keyPassword=
storeFile=
storePassword= I'll reiterate my first point to make it clearer: I will not hand hold you through basic Android Studio setup or debug your build errors if you make a mistake. Every bit of information that is specific to APS is included in this comment, and you should not expect any further assistance past that. |
Beta Was this translation helpful? Give feedback.
-
Also to be clear, "This would be beneficial for users who prefer minimalistic software and for those who have privacy and security concerns with the inclusion of a library like LeakCanary." is provably false and misinformed. LeakCanary is a thoroughly vetted and widely trusted open source library, which does not create any privacy or security issues by virtue of its use. |
Beta Was this translation helpful? Give feedback.
-
I've tried following the steps you suggested, but LeakCanary still exists in the release APK build. |
Beta Was this translation helpful? Give feedback.
-
Dear project maintainer,
Thank you for your reply regarding the inclusion of LeakCanary in the snapshot builds of the Android Password Store. As you mentioned, it is intentional for testing purposes, but I would like to request documentation on building a release version without LeakCanary.
I understand that the default release configuration does not include LeakCanary, but it would be helpful to have clear instructions on how to exclude it from the build process.
Would it be possible for you to provide documentation or guidance on how to build a release version without LeakCanary? Any help or information you can provide would be greatly appreciated.
Thank you for your time and attention to this matter!
Beta Was this translation helpful? Give feedback.
All reactions