Refer CHANGELOG.MD
Signed-off-by: psavarmattas <puranjaysavarmattas@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
8. Dark/Light Mode added.
|
8. Dark/Light Mode added.
|
||||||
9. Added Profile check in settings.
|
9. Added Profile check in settings.
|
||||||
10. Code cleanup.
|
10. Code cleanup.
|
||||||
|
11. Enabled R8 compiler & Proguard Rules for added security.
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
1. Three Tabbed view
|
1. Three Tabbed view
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ This app provides End-To-End Encryption so that the word doesn't leak out.
|
|||||||
6. Dark/Light Mode added.
|
6. Dark/Light Mode added.
|
||||||
7. Profile check in settings.
|
7. Profile check in settings.
|
||||||
8. Three Tabbed view
|
8. Three Tabbed view
|
||||||
|
9. Enabled R8 compiler & Proguard Rules for added security.
|
||||||
|
|
||||||
For More info view the [CHANGELOGS HERE](https://github.com/psavarmattas/chatcom/blob/main/CHANGELOG.MD)
|
For More info view the [CHANGELOGS HERE](https://github.com/psavarmattas/chatcom/blob/main/CHANGELOG.MD)
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,11 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
release {
|
||||||
|
minifyEnabled true
|
||||||
|
shrinkResources true
|
||||||
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
|
}
|
||||||
debug {
|
debug {
|
||||||
signingConfig signingConfigs.debug
|
signingConfig signingConfigs.debug
|
||||||
}
|
}
|
||||||
|
|||||||
20
app/release/output-metadata.json
Normal file
20
app/release/output-metadata.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"artifactType": {
|
||||||
|
"type": "APK",
|
||||||
|
"kind": "Directory"
|
||||||
|
},
|
||||||
|
"applicationId": "com.psmforums.chatcom",
|
||||||
|
"variantName": "release",
|
||||||
|
"elements": [
|
||||||
|
{
|
||||||
|
"type": "SINGLE",
|
||||||
|
"filters": [],
|
||||||
|
"attributes": [],
|
||||||
|
"versionCode": 1,
|
||||||
|
"versionName": "0.0.2",
|
||||||
|
"outputFile": "app-release.apk"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"elementType": "File"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user