Browse Source

gradle changes

Manoj 2 years ago
parent
commit
1bca9f021f
3 changed files with 9 additions and 5 deletions
  1. +2
    -2
      app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt
  2. +2
    -1
      gradle.properties
  3. +5
    -2
      settings.gradle

+ 2
- 2
app/src/main/java/com/nivesh/production/bajajfd/ui/fragment/StepThreeBajajFDFragment.kt View File

@ -36,10 +36,8 @@ import com.nivesh.production.bajajfd.util.ImageUtil
import com.nivesh.production.bajajfd.util.Resource import com.nivesh.production.bajajfd.util.Resource
import java.io.* import java.io.*
class StepThreeBajajFDFragment : Fragment() { class StepThreeBajajFDFragment : Fragment() {
private var _binding: FragmentBajajfdStepThreeBinding? = null private var _binding: FragmentBajajfdStepThreeBinding? = null
private val binding get() = _binding!! private val binding get() = _binding!!
@ -78,6 +76,8 @@ class StepThreeBajajFDFragment : Fragment() {
} }
} }
override fun onCreateView( override fun onCreateView(
inflater: LayoutInflater, container: ViewGroup?, inflater: LayoutInflater, container: ViewGroup?,
savedInstanceState: Bundle? savedInstanceState: Bundle?


+ 2
- 1
gradle.properties View File

@ -20,4 +20,5 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the # 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, # resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
authToken=jp_adqun09tf368qek3jcgo5to4nr

+ 5
- 2
settings.gradle View File

@ -10,8 +10,11 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url 'https://jitpack.io'
credentials { username authToken }
}
} }
} }
rootProject.name = "NiveshSDK" rootProject.name = "NiveshSDK"
include ':app'
include ':app'

Loading…
Cancel
Save

Powered by TurnKey Linux.