tstr007
tstr007
I've tried to - add .aar locally by adding it to libs folder after successfully downloading it. - build the demo project. - add 81.0.4044.156-5 to project. unfortunately issue persists...
updated to latest android studio version 4.2 . Another error appears when trying to add latest release or older below 86.x.x `Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=com.github.ridi:chromium-aw:81.0.4044.156-5, variantName=null, artifactFile={gradle cache...
apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 30 buildToolsVersion "30.0.3" defaultConfig { applicationId "me.app.ridichrome" minSdkVersion 19 targetSdkVersion 30 versionCode 1 versionName "1.0" multiDexEnabled true testInstrumentationRunner...