WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
147 stars 100 forks source link

Is ext.deps in buiild.gradle really needed? #46

Open mobilekosmos opened 2 years ago

mobilekosmos commented 2 years ago

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}",
                ]
        ]