TP-00000 | Master → Development (Release 4.0.3) (#7701)

Co-authored-by: himanshu-tanwar_navi <himanshu.tanwar_navi@navi.com>
Co-authored-by: Kishan Kumar <kishan.kumar@navi.com>
Co-authored-by: Girish Suragani <girish.suragani@navi.com>
Co-authored-by: Ujjwal Kumar <ujjwal.kumar@navi.com>
Co-authored-by: Hitesh Kumar <hitesh.kumar@navi.com>
Co-authored-by: Apoorv Nigam <apoorv.nigam@navi.com>
Co-authored-by: Siddiboina Susai <siddiboina.susai@navi.com>
Co-authored-by: rahul bhat <rahul.bhat@navi.com>
Co-authored-by: Neil Mehta <neil.mehta@navi.com>
Co-authored-by: Aparna Vadlamani <aparna.vadlamani@navi.com>
Co-authored-by: shankar yadav <shankar.yadav@navi.com>
Co-authored-by: Sanjay P <sanjay.p@navi.com>
Co-authored-by: Prakhar Saxena <prakhar.saxena@navi.com>
Co-authored-by: Aman S <aman.s@navi.com>
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
Himanshu Tanwar
2023-08-31 10:49:46 +05:30
committed by GitHub
parent c7df669547
commit 21439f8538
5 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@ kapt {
correctErrorTypes true
}
def VERSION_CODE = 338
def VERSION_NAME = "4.0.2"
def VERSION_CODE = 340
def VERSION_NAME = "4.0.3"
android {
namespace 'com.naviapp'

View File

@@ -3,5 +3,5 @@
<translate
android:fromXDelta="-40%p"
android:toXDelta="0"
android:duration="300" />
android:duration="150" />
</set>

View File

@@ -3,5 +3,5 @@
<translate
android:fromXDelta="100%p"
android:toXDelta="0"
android:duration="300" />
android:duration="150" />
</set>

View File

@@ -3,5 +3,5 @@
<translate
android:fromXDelta="0"
android:toXDelta="-40%p"
android:duration="300" />
android:duration="150" />
</set>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="300"
android:duration="150"
android:fromXDelta="0"
android:toXDelta="100%p" />
</set>