Browse Source

Version bump to 0.9.2 vc55.

Signed-off-by: Sofian Benissa <sofian.benissa@mubs.edu.lb>
Sofian Benissa 1 year ago
parent
commit
007dd12ad4
3 changed files with 5 additions and 22 deletions
  1. 0 17
      .idea/deploymentTargetDropDown.xml
  2. 2 2
      .idea/misc.xml
  3. 3 3
      app/build.gradle

+ 0 - 17
.idea/deploymentTargetDropDown.xml

@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="deploymentTargetDropDown">
-    <targetSelectedWithDropDown>
-      <Target>
-        <type value="QUICK_BOOT_TARGET" />
-        <deviceKey>
-          <Key>
-            <type value="VIRTUAL_DEVICE_PATH" />
-            <value value="$USER_HOME$/.android/avd/Pixel_4_API_30.avd" />
-          </Key>
-        </deviceKey>
-      </Target>
-    </targetSelectedWithDropDown>
-    <timeTargetWasSelectedWithDropDown value="2022-07-02T13:11:18.629186Z" />
-  </component>
-</project>

+ 2 - 2
.idea/misc.xml

@@ -19,8 +19,8 @@
         <entry key="app/src/main/res/layout/activity_setup_in_process.xml" value="0.23175675675675675" />
         <entry key="app/src/main/res/layout/activity_verify_identity.xml" value="0.23175675675675675" />
         <entry key="app/src/main/res/layout/bridge_rv_item.xml" value="0.33" />
-        <entry key="app/src/main/res/layout/call_screen.xml" value="0.33" />
-        <entry key="app/src/main/res/layout/fragment_app.xml" value="0.1" />
+        <entry key="app/src/main/res/layout/call_screen.xml" value="0.25" />
+        <entry key="app/src/main/res/layout/fragment_app.xml" value="0.35766423357664234" />
         <entry key="app/src/main/res/layout/fragment_password_entry.xml" value="0.23175675675675675" />
         <entry key="app/src/main/res/layout/fragment_setup_password2.xml" value="0.22" />
         <entry key="app/src/main/res/layout/fragment_setup_settings.xml" value="0.23175675675675675" />

+ 3 - 3
app/build.gradle

@@ -7,11 +7,11 @@ android {
         targetCompatibility JavaVersion.VERSION_1_8
     }
     defaultConfig {
-        applicationId "com.example.anonymousmessenger"
+        applicationId "com.dx.anonymousmessenger"
         minSdkVersion 21
         targetSdkVersion 32
-        versionCode 53
-        versionName "0.9.1"
+        versionCode 54
+        versionName "0.9.2"
         setProperty("archivesBaseName", applicationId + "-v" + versionCode + "(" + versionName + ")")
         ndk{
             abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'