walterholohan / react-native-crisp-chat-sdk

React-Native bridge for Crisp Chat iOS and Android SDK's
MIT License
70 stars 26 forks source link

Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>' #112

Closed gancao297871092 closed 3 months ago

gancao297871092 commented 1 year ago

Can't determine type for tag '?attr/colorSurface'

gancao297871092 commented 1 year ago

安卓编译报错

malik-korucu commented 12 months ago

it's same here

baptistejamin commented 12 months ago

What build target are you using for Android?

malik-korucu commented 12 months ago

@baptistejamin

buildscript {
    ext {
        buildToolsVersion = "30.0.2"
        minSdkVersion = 21
        compileSdkVersion = 33
        targetSdkVersion = 33
        kotlinVersion = "1.6.21"
        googlePlayServicesAuthVersion = "19.2.0"
    }
    repositories {
        mavenCentral()
        google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:4.2.1'
        classpath 'com.google.gms:google-services:4.3.10'
        classpath("com.google.firebase:firebase-crashlytics-gradle:2.0.0")
    }
}
baptistejamin commented 3 months ago

Hey there.

The SDK got updated with latest react native. It should work now