Skip to content

Commit ce2cf69

Browse files
committed
fix naming
add IzzyOnDroid
1 parent 74e677b commit ce2cf69

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ width="32%">](https://play.google.com/store/apps/details?id=com.paranoid.privacy
1515
[<img src="images/banners/fdroid_badge.png"
1616
alt="Get it on FDroid"
1717
width="32%">](https://f-droid.org)
18+
[<img src="images/banners/izzy_ondroid_badge.png"
19+
alt="Get it on IzzyOnDroid"
20+
width="32%">](https://apt.izzysoft.de/fdroid/index/apk/com.paranoid.privacylock)
1821

1922
<br />
2023

app/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ android {
1414
minSdk = 28
1515
targetSdk = 35
1616
versionCode = 5
17-
versionName = "v.1.1.3"
17+
versionName = "v1.1.3"
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020

21+
dependenciesInfo {
22+
includeInApk = false
23+
includeInBundle = false
24+
}
25+
2126
buildTypes {
2227
release {
2328
isMinifyEnabled = true
20.5 KB
Loading

metadata/en-US/full_description.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
That’s why I developed <i>Paranoid's Pal - Privacy Lock</i> It’s designed to offer an extra layer of security on top of Android’s built-in features. Here’s what makes Paranoid's Pal stand out:
44

5-
• Instant Lock with Shake: In urgent situations, just shake your phone, and it locks immediately, ensuring quick protection when you need it.
6-
7-
• Automatic Screen Lock: Your phone locks automatically once the screen turns off, ensuring it's secure even when you're not actively using it.
5+
* Instant Lock with Shake: In urgent situations, just shake your phone, and it locks immediately, ensuring quick protection when you need it.
6+
* Automatic Screen Lock: Your phone locks automatically once the screen turns off, ensuring it's secure even when you're not actively using it.
87

98
<b>Features:</b>
109

0 commit comments

Comments
 (0)