Skip to content

Commit

Permalink
Remove the dependency metadata from the APK and update the IzzyOnDroi…
Browse files Browse the repository at this point in the history
…d icon
  • Loading branch information
christianrowlands committed Mar 11, 2024
1 parent cd6a879 commit 5b8fb87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<img src="screenshots/google-play-badge.png" height="80">
</a>
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.craxiom.networksurvey">
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on IzzyOnDroid F-Droid" height="80">
<img src="screenshots/IzzyOnDroidButton.png" alt="Get it on IzzyOnDroid" height="80">
</a>
</p>

Expand Down Expand Up @@ -63,8 +63,8 @@ If you're interested in CDR logging that includes SMS events and call details:
this repository.
2. **Download Pre-Built APK:** Access the latest "*cdr-release.apk" under the latest release on
our [GitHub Releases page](https://github.com/christianrowlands/android-network-survey/releases).
3. **IzzyOnDroid F-Droid:** Install
from [IzzyOnDroid F-Droid](https://apt.izzysoft.de/fdroid/index/apk/com.craxiom.networksurvey).
3. **IzzyOnDroid:** Install
from [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.craxiom.networksurvey).

## Tracking And Privacy

Expand All @@ -73,7 +73,7 @@ logs are sent off the device to Firebase. If you don't want to participate in th
then you have three options.

1. Install the app
from [IzzyOnDroid F-Droid](https://apt.izzysoft.de/fdroid/index/apk/com.craxiom.networksurvey).
from [IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/com.craxiom.networksurvey).
2. Install the app from the source code in this repo specifying the CDR build variant.
3. Install the app using the CDR APK from
the [Release Page](https://github.com/christianrowlands/android-network-survey/releases).
Expand Down
5 changes: 5 additions & 0 deletions networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ android {
}
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
}

lint {
abortOnError false
}
Expand Down
Binary file added screenshots/IzzyOnDroidButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b8fb87

Please sign in to comment.