TP-38070 | Juspay Android SDK Integration Process Upgrade (#7545)

This commit is contained in:
Shivam Goyal
2023-08-23 16:42:56 +05:30
committed by GitHub
parent fd9c5b1ee6
commit a6ff7fd186
6 changed files with 10 additions and 6 deletions

View File

@@ -1 +0,0 @@
clientId = navi

View File

@@ -8,7 +8,6 @@ plugins {
id 'com.google.gms.google-services'
id 'com.google.firebase.firebase-perf'
id 'com.google.dagger.hilt.android'
id 'hypersdk-asset-plugin'
}
kapt {

View File

@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'in.juspay:hypersdk-asset-plugin:1.0.3'
classpath 'in.juspay:hypersdk.plugin:2.0.4'
}
}

View File

@@ -40,6 +40,8 @@ ext {
joda_date_time_version = '2.12.2'
coil_compose_version = '2.4.0'
digio_version = 'v4.0.6'
juspay_hypersdk_clientId = 'navi'
juspay_hypersdk_sdkVersion = '2.1.7'
androidX = [
workKtx : "android.arch.work:work-runtime-ktx:1.0.1",

View File

@@ -4,6 +4,7 @@ plugins {
id 'org.jetbrains.kotlin.kapt'
id 'org.jetbrains.kotlin.plugin.parcelize'
id 'com.google.dagger.hilt.android'
id 'hypersdk.plugin'
}
android {
@@ -91,8 +92,6 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'com.google.android.gms:play-services-mlkit-face-detection:17.1.0'
api 'in.juspay:hypersdk:2.1.7'
//youtube video player
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:11.1.0'
@@ -142,3 +141,8 @@ dependencies {
testImplementation "io.mockk:mockk:$mockk_version"
}
hyperSdkPlugin {
clientId = "$juspay_hypersdk_clientId"
sdkVersion = "$juspay_hypersdk_sdkVersion"
}

View File

@@ -4,7 +4,7 @@ pluginManagement {
mavenCentral()
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://maven.juspay.in/jp-build-packages/hypersdk-asset-download/releases/' }
maven { url 'https://maven.juspay.in/jp-build-packages/hyper-sdk/' }
maven { url 'https://finarkein.jfrog.io/artifactory/anubhav-maven' }
}
}