kotlin-walletconnect-lib icon indicating copy to clipboard operation
kotlin-walletconnect-lib copied to clipboard

Is ext.deps in buiild.gradle really needed?

Open mobilekosmos opened this issue 4 years ago • 0 comments
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}",
                ]
        ]

mobilekosmos avatar Sep 23 '21 21:09 mobilekosmos