CHANGELOG INTRODUCED

Signed-off-by: psavarmattas <puranjaysavarmattas@gmail.com>
This commit is contained in:
2022-01-25 23:31:26 +05:30
parent b729c1bfa7
commit 63f6cbaabf
6 changed files with 18 additions and 7 deletions

6
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="15" />
</component>
</project>

3
.idea/misc.xml generated
View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="GitToolBoxStore"> <component name="GitToolBoxStore">
<option name="projectConfigVersion" value="2" /> <option name="projectConfigVersion" value="2" />
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="15" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_15_PREVIEW" project-jdk-name="15" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>

6
CHANGELOG.MD Normal file
View File

@@ -0,0 +1,6 @@
## 0.0.2
1. Login, Reset Password & Sign-in Activity
## 0.0.1
1. Three Tabbed view
2. Splash Screen

View File

@@ -12,11 +12,11 @@
<activity <activity
android:name=".SplashActivity" android:name=".SplashActivity"
android:exported="true" > android:exported="true" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity <activity
android:name=".MainActivity" android:name=".MainActivity"

Submodule chatcom deleted from 26698c82e2

View File

@@ -3,7 +3,6 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
} }
} }
rootProject.name = "Chatcom" rootProject.name = "Chatcom"