diff --git a/.gitignore b/.gitignore index 444c8211..86248564 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ pep-api-postman.json # Keystore files - keep these secure and share privately *.keystore *.jks +ZekoChatKey +app/zekochat.keystore \ No newline at end of file diff --git a/.idea/markdown.xml b/.idea/markdown.xml new file mode 100644 index 00000000..c61ea334 --- /dev/null +++ b/.idea/markdown.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c4a4ba49..6665cb12 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,8 +72,8 @@ android { applicationId = "com.zekochat" minSdk = 24 targetSdk = 35 - versionCode = Integer.parseInt("001_003_106".replace("_", ""), 10) - versionName = "1.3.6a" + versionCode = Integer.parseInt("001_003_107".replace("_", ""), 10) + versionName = "1.3.6b" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e741a861..61d70881 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -58,6 +58,10 @@ + +