We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting error trying to implements 'cljsjs:html2canvas:1.0.0-alpha.12-1' in android studio How can i fix that please ?
build.gradle
apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.anggarisky.splashtohomeangga" minSdkVersion 22 targetSdkVersion 28 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.appcompat:appcompat:1.0.2' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.android.material:material:1.0.0' //animated button for login implementation 'br.com.simplepass:loading-button-android:1.14.0' implementation 'cljsjs:html2canvas:1.0.0-alpha.12-1' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting error trying to implements 'cljsjs:html2canvas:1.0.0-alpha.12-1' in android studio
How can i fix that please ?
build.gradle
The text was updated successfully, but these errors were encountered: