Files
super-app/android/build.gradle

92 lines
3.1 KiB
Groovy
Raw Permalink Normal View History

2019-10-31 15:23:40 +05:30
buildscript {
dependencies {
2023-09-04 14:44:59 +05:30
classpath libs.juspay.hypersdk.plugin
2024-06-14 16:45:28 +05:30
classpath libs.react.native.gradle.plugin
classpath libs.android.r8
}
ext {
compileSdkVersion = 35
minSdkVersion = 24
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
}
subprojects { subproject ->
afterEvaluate {
if ((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) {
android {
compileSdkVersion rootProject.ext.compileSdkVersion
}
}
}
2019-10-31 15:23:40 +05:30
}
}
2022-09-21 17:40:35 +05:30
plugins {
2023-09-04 14:44:59 +05:30
alias libs.plugins.android.application apply false
alias libs.plugins.android.dynamic.feature apply false
alias libs.plugins.android.library apply false
alias libs.plugins.android.test apply false
alias libs.plugins.androidx.baselineProfile apply false
alias libs.plugins.androidx.navigation apply false
2023-09-04 14:44:59 +05:30
alias libs.plugins.firebase.crashlytics apply false
alias libs.plugins.google.services apply false
2023-09-04 14:44:59 +05:30
alias libs.plugins.hilt.android apply false
alias libs.plugins.kotlin.android apply false
alias libs.plugins.kotlin.compose apply false
alias libs.plugins.kotlin.jvm apply false
2023-09-04 14:44:59 +05:30
alias libs.plugins.kotlin.kapt apply false
alias libs.plugins.kotlin.parcelize apply false
alias libs.plugins.kotlin.serialization apply false
2023-09-04 14:44:59 +05:30
alias libs.plugins.ksp apply false
alias libs.plugins.spotless
2022-09-21 17:40:35 +05:30
}
apply from: 'spotless.gradle'
2023-08-31 16:23:27 +05:30
apply from: 'projectDependencyGraph.gradle'
2022-09-21 17:40:35 +05:30
2019-10-31 15:23:40 +05:30
allprojects {
repositories {
google()
mavenCentral()
2024-01-21 01:14:34 +05:30
gradlePluginPortal()
// All of React Native (JS, Android binaries) is installed from npm
maven { url "$rootDir/../node_modules/react-native/android" }
// Android JSC is installed from npm
maven { url "$rootDir/../node_modules/jsc-android/dist" }
maven {
url 'https://nexus.cmd.navi-tech.in/repository/maven-snapshots'
credentials {
username 'nexus-user'
password 'nexus-user'
}
}
Release 1.5.6 (#1268) * Service type added for Co-Applicants * Master(Release 1.5.3, 1.5.4 into develop) (#1223) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Service type added for Co-Applicants (#1247) * upgraded and tested (#1248) * razorpay sdk upgrade (#1249) * added clean up test cases (#1250) * test name changes (#1251) * Update test cases for hl work details * Revert "test name changes (#1251)" (#1254) This reverts commit 2036373e9bbb2773142625348da19e26546ec81d. * Update kyc_fragment.xml * Added bank detail test cases (#1260) * added no co-applicant warning screen * change the icon typo * Feature/digitap security releated (#1262) * digitap flow changes for removing hard coded client, clientsecurity * qa env * added no co-applicant warning screen (#1261) * added no co-applicant warning screen * change the icon typo * updating co-applicant view on add-co-applicant view click * updating co-applicant view on add-co-applicant view click * Clear UserManager on logout * v1.5.6 58 * Feature/gi sdk ingtrn (#1265) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity * Release 1.5.5 into master (#1259) * Master(Release 1.5.3, 1.5.4 into develop) (#1223) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Service type added for Co-Applicants (#1247) * upgraded and tested (#1248) * razorpay sdk upgrade (#1249) * added clean up test cases (#1250) * updated release version 1.5.5 * Update kyc_fragment.xml * Hide Service type view from home loan work details (#1253) * Hide Service type view from home loan work details (#1257) * Revert "Hide Service type view from home loan work details (#1257)" (#1258) This reverts commit ce88b2c12acf1b00abee4bdf239954fe5dd718e8. Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * gi sdk intgrn * added keys in dockr file * - Update insurance SDK version - Remove unused shimmer dependency to fix conflict * Update version code and insurance sdk version * moinor changes Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: nitheesh krishnanand <nitheesh.krishnanand@navi.com> * Update Insurance SDK version (#1266) * Update Insurance SDK version * Fix typo Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: Satish Prasad <satish.prasad@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: nitheesh krishnanand <nitheesh.krishnanand@navi.com>
2021-03-19 18:14:59 +05:30
maven {
url 'https://nexus.cmd.navi-tech.in/repository/maven-releases'
Release 1.5.6 (#1268) * Service type added for Co-Applicants * Master(Release 1.5.3, 1.5.4 into develop) (#1223) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Service type added for Co-Applicants (#1247) * upgraded and tested (#1248) * razorpay sdk upgrade (#1249) * added clean up test cases (#1250) * test name changes (#1251) * Update test cases for hl work details * Revert "test name changes (#1251)" (#1254) This reverts commit 2036373e9bbb2773142625348da19e26546ec81d. * Update kyc_fragment.xml * Added bank detail test cases (#1260) * added no co-applicant warning screen * change the icon typo * Feature/digitap security releated (#1262) * digitap flow changes for removing hard coded client, clientsecurity * qa env * added no co-applicant warning screen (#1261) * added no co-applicant warning screen * change the icon typo * updating co-applicant view on add-co-applicant view click * updating co-applicant view on add-co-applicant view click * Clear UserManager on logout * v1.5.6 58 * Feature/gi sdk ingtrn (#1265) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity * Release 1.5.5 into master (#1259) * Master(Release 1.5.3, 1.5.4 into develop) (#1223) * Release 1.5.3 into master (#1205) * Personal loan profile header design update * api intergration * code cleanup * Personal loan PAN details header design update * resolve pr comments * api intergartion for pan details page * fix header title update issue * implement next page of pan details screen * resolve pr comments * refector code * revert back to old implementation * resolve pr comments * Personal loan Work deatils header design update * refectore code * Loan Details Navigation * resolve pr comments * Unit test cases for personal loan pan details screen * Resolve Design feedback * fix pan test issue * Resolve design feedback-2 * Design feedback for personal loan eligibility header update (#1167) * Resolve Design feedback * Resolve design feedback-2 * Unit test case for personal loan profile details screen * Unit test case for work details personal loan screen * Update typo in work details contract * update typo of work details respose * Loan Details + Kyc New Navigation * Error Screen Change * Kyc Header update * Bank + Auto Debit + Summary * Post eligibility tested with mock * handle event push notification * Loan Details Integrated along with Test Cases * Kyc Integrated * Added back button on Error screens * fix alignment issue * Integrated Disbursement and Summary * Fixed changes (#1181) * Edit bank bug fixed * Revert back button on loan generating screen * Added (#1184) * added a flow to send the data to backend * cleanpup * cleanup unitests + all unit tests pass * Update mock.json * Fix the personal loan design issues * integrate api * added tests (#1191) * change the push notification type * Change Auto Debit layout for personal loan * fix pan edit box crop issue * Fixed lo-564 * test fixed (#1195) * loan details screen (#1196) * bug Fix LO-561 * cleanup * tests (#1197) * Test fix (#1198) * Feature/truecaller sdk (#1199) * sdk integration done * Truecaller SDK customisation (#1192) * change in truecaller skd layouts * chnage pop-up to bottomsheet view * added terms & condition url on true caller sdk * api intgrtn * phone number sending to uxcam * handling for non truecaller * added key into docker * gradle update * commented privacy policy and tc Co-authored-by: shankar yadav <shankar.yadav@navi.com> * release 1.5.3 * gps dialog for registered user only, added events for truecaller (#1204) Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Release 1.5.4 into master (#1219) * 1.5.4 * Fixed Personal Loan Pre Eligibility events (#1216) * added truecaller bottomsheet open event (#1218) Co-authored-by: rahul bhat <rahul.bhat@navi.com> * removed onFragmentOpen * Reverted analytics on RegistrationActivity Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * Service type added for Co-Applicants (#1247) * upgraded and tested (#1248) * razorpay sdk upgrade (#1249) * added clean up test cases (#1250) * updated release version 1.5.5 * Update kyc_fragment.xml * Hide Service type view from home loan work details (#1253) * Hide Service type view from home loan work details (#1257) * Revert "Hide Service type view from home loan work details (#1257)" (#1258) This reverts commit ce88b2c12acf1b00abee4bdf239954fe5dd718e8. Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> * gi sdk intgrn * added keys in dockr file * - Update insurance SDK version - Remove unused shimmer dependency to fix conflict * Update version code and insurance sdk version * moinor changes Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: rahul bhat <rahul.bhat@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: nitheesh krishnanand <nitheesh.krishnanand@navi.com> * Update Insurance SDK version (#1266) * Update Insurance SDK version * Fix typo Co-authored-by: shankar yadav <shankar.yadav@navi.com> Co-authored-by: Satish Prasad <satish.prasad@navi.com> Co-authored-by: Pragya Sharma <pragya.sharma@navi.com> Co-authored-by: nitheesh krishnanand <nitheesh.krishnanand@navi.com>
2021-03-19 18:14:59 +05:30
credentials {
username 'nexus-user'
password 'nexus-user'
}
}
maven {
url 's3://okyc-navi-sdk.s3.amazonaws.com'
credentials(AwsCredentials) {
accessKey 'AKIA325LPZPYF2PRBOVE'
secretKey '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'
}
}
maven { url 'https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android' }
maven { url 'https://maven.juspay.in/jp-build-packages/hyper-sdk/' }
maven {
url 'https://finarkein.jfrog.io/artifactory/anubhav-mvn'
credentials {
username 'client-navi'
password 'S*aJMPpkepwCKf2aWV1X97Wen4XrR46#'
}
}
// jitpack should be last repository
maven { url 'https://jitpack.io' }
2022-07-25 20:19:56 +05:30
}
2019-10-31 15:23:40 +05:30
}