From a88ab906f231fc6edfdf4e77526573a0c5024717 Mon Sep 17 00:00:00 2001 From: Manoj Date: Wed, 11 Jan 2023 07:31:32 +0530 Subject: [PATCH] aar creating changes --- .../bajajfd/adapter/SectionsPagerAdapter.kt | 2 +- .../bajajfd/util/Utils_Functions.kt | 21 ------------------- gradle.properties | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 app/src/main/java/com/nivesh/production/bajajfd/util/Utils_Functions.kt diff --git a/app/src/main/java/com/nivesh/production/bajajfd/adapter/SectionsPagerAdapter.kt b/app/src/main/java/com/nivesh/production/bajajfd/adapter/SectionsPagerAdapter.kt index 8cb03a3..84f0004 100644 --- a/app/src/main/java/com/nivesh/production/bajajfd/adapter/SectionsPagerAdapter.kt +++ b/app/src/main/java/com/nivesh/production/bajajfd/adapter/SectionsPagerAdapter.kt @@ -15,4 +15,4 @@ class SectionsPagerAdapter(manager: FragmentManager,private val fragments: Array override fun getPageTitle(position: Int): CharSequence = titles[position] -} \ No newline at end of file +} diff --git a/app/src/main/java/com/nivesh/production/bajajfd/util/Utils_Functions.kt b/app/src/main/java/com/nivesh/production/bajajfd/util/Utils_Functions.kt deleted file mode 100644 index e2664f1..0000000 --- a/app/src/main/java/com/nivesh/production/bajajfd/util/Utils_Functions.kt +++ /dev/null @@ -1,21 +0,0 @@ -package com.nivesh.production.bajajfd.util - -import android.annotation.SuppressLint -import java.text.SimpleDateFormat -import java.util.* - -class Utils_Functions { - - companion object{ - - fun getCurrentDateStamp(): String? { - val d = Date() - @SuppressLint("SimpleDateFormat") val simpleDateFormat = - SimpleDateFormat("yyyy-MM-dd HH:mm:ss") - val dateStr = simpleDateFormat.format(d) - val output = d.time / 1000L - val str = java.lang.Long.toString(output) - return d.time.toString() - } - } -} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 6360dad..f1545a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ kotlin.code.style=official # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library org.gradle.parallel=true -android.enableD8=true android.nonTransitiveRClass=true +android.disableAutomaticComponentCreation=true authToken=jp_95r28qqgll1ie1qf4r64vs6hua \ No newline at end of file