Slackbot
08/02/2022, 10:56 AMJoshi Garikimukkala
08/02/2022, 10:58 AM> Task :library:verifyReleaseResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task 'libraryverifyReleaseResources'.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action> Android resource linking failed ERROR/Users/varmabhupatiraju/.gradle/caches/transforms 3/8e1dbca81dfad29f4aee913d13f7c843/transformed/core 1.7.0/res/values/values.xml1055 11425: AAPT: error: resource android:attr/lStar not found.
Joshi Garikimukkala
08/02/2022, 10:58 AM./gradlew assembleRelease
Joshi Garikimukkala
08/02/2022, 11:00 AMapp/build.gradle
buildscript {
//ext.kotlin_version = '1.6.0-RC2'
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
kotlinVersion = "1.4.32"
kotlin_version = '1.4.32'
dokka_version = '0.10.1'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:7.1.2')
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
// classpath "org.jetbrains.dokka:dokka-gradle-plugin:${version_dokka}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}