kotlin-walletconnect-lib
kotlin-walletconnect-lib copied to clipboard
Is ext.deps in buiild.gradle really needed?
trafficstars
I'm wondering what this block is needed for? I deleted it and the project builds anyways, and as an Android Dev I also don't know this, thankful about clarifications.
ext.deps = [
android: [
'runtime' : 'com.google.android:android:4.1.1.4',
'gradlePlugin': "com.android.tools.build:gradle:${versions.androidPlugin}",
]
]