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