TGPassportAndroidSDK icon indicating copy to clipboard operation
TGPassportAndroidSDK copied to clipboard

Where is the lib to download?

Open awidearray opened this issue 2 years ago • 1 comments

Could not find method compile() for arguments [:telegrampassport] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

so, where is the lib to download?

awidearray avatar May 18 '23 20:05 awidearray

get the library from https://oss.sonatype.org/content/groups/public/org/telegram/passport/1.1/

import this to libs folder and add implementation files('libs/passport-1.1.aar') in your build.gradle module

bgrebennikov avatar May 18 '23 20:05 bgrebennikov