Skip to content

Commit

Permalink
Update info text inside app.
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Oct 31, 2024
1 parent c918b9a commit 2eadc0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 1728553000
versionName = "2024.10.10"
versionCode = 1730403000
versionName = "2024.10.31"
applicationId = "alt.nainapps.aer"
vectorDrawables {
useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="app_name">Aer</string>

<string name="anemo_description">Local private storage</string>
<string name="anemo_info">Files stored in the Aer storage are private and other apps can\'t access them without the user\'s consent.</string>
<string name="anemo_info">Files in Aer storage are not directly accessible to other apps.\n\nNote that Aer is in development 🏗️. Accidents happen. Please keeps backups 👷‍♀️ for your protection.</string>

<string name="password_label">Aer password</string>

Expand Down

0 comments on commit 2eadc0c

Please sign in to comment.