Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Incompatible with android studio 4 #59

Closed VonLisboa closed 2 years ago

VonLisboa commented 4 years ago

Incompatible with android studio 4

gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
dependencies {
    classpath 'com.android.tools.build:gradle:4.0.1'
}

I had to downgrade the version, as bellow:

gradle-wrapper.properties: distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
dependencies {
    classpath 'com.android.tools.build:gradle:3.6.0'
}

the easiest solution for now...

longnguyen0410 commented 3 years ago

I have same issue