AppIntro / AppIntro

Make a cool intro for your Android app.
Apache License 2.0
10.52k stars 1.77k forks source link

Failed to resolve #999

Closed soiava closed 2 years ago

soiava commented 2 years ago

Failed to resolve: com.github.AppIntro:AppIntro:6.2.0

buildscript { repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } dependencies { classpath 'com.android.tools.build:gradle:7.0.4' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10' } } allprojects { repositories { google() mavenCentral() maven { url 'https://jitpack.io' } } }

cortinico commented 2 years ago

Duplicates #996 The fix for this is in #998

paolorotolo commented 2 years ago

Should work now, thanks for reporting this!