From 1bca9f021fe1ddd60412d58f27c60c0e7459c6a8 Mon Sep 17 00:00:00 2001 From: Manoj Date: Tue, 10 Jan 2023 11:28:59 +0530 Subject: [PATCH] gradle changes --- .../bajajfd/ui/fragment/StepThreeBajajFDFragment.kt | 4 ++-- gradle.properties | 3 ++- settings.gradle | 7 +++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt b/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt index eccf074..b54bb01 100644 --- a/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt +++ b/app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt @@ -36,10 +36,8 @@ import com.nivesh.production.bajajfd.util.ImageUtil import com.nivesh.production.bajajfd.util.Resource import java.io.* - class StepThreeBajajFDFragment : Fragment() { - private var _binding: FragmentBajajfdStepThreeBinding? = null private val binding get() = _binding!! @@ -78,6 +76,8 @@ class StepThreeBajajFDFragment : Fragment() { } } + + override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? diff --git a/gradle.properties b/gradle.properties index 3c5031e..f201298 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,5 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true +authToken=jp_adqun09tf368qek3jcgo5to4nr \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 3142d53..1571a1d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,8 +10,11 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - maven { url 'https://jitpack.io' } + maven { + url 'https://jitpack.io' + credentials { username authToken } + } } } rootProject.name = "NiveshSDK" -include ':app' +include ':app' \ No newline at end of file