Skip to content

Commit

Permalink
08/07/2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
youndon committed Jul 8, 2024
1 parent a25e8d7 commit 09a733a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/Theme.JetNote">
android:theme="@style/Theme.JetNote"
android:usesCleartextTraffic="false">

<profileable
android:shell="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package city.zouitel.systemDesign

object CommonConstants {
const val APP_VERSION = "5.9.1"
const val APP_VERSION = "5.9.2"
const val APP_NAME = "JetNote"
const val NONE = "unspecified"

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kotlin = "1.9.24"
compilesdk-v = "34"
minsdk-v = "26"
targetsdk-v = "34"
code-v = "591"
name-v = "5.9.1"
code-v = "592"
name-v = "5.9.2"
compose-v = "1.5.14"

#Android.
Expand Down

0 comments on commit 09a733a

Please sign in to comment.