EAS Android build error

Dear master,
I has used eas-cli/5.4.0 win32-x64 node-v18.16.1, build ios success but android failure
Error description:

[stderr]

FAILURE: Build completed with 2 failures.

46

[stderr]

1: Task failed with an exception.

47

[stderr]

-----------

48

[stderr]

* Where:

49

[stderr]

Build file '/home/expo/workingdir/build/forfun/node_modules/expo-app-auth/android/build.gradle' line: 25

50

[stderr]

* What went wrong:

51

[stderr]

A problem occurred evaluating project ':expo-app-auth'.

52

[stderr]

> Could not set unknown property 'classifier' for task ':expo-app-auth:androidSourcesJar' of type org.gradle.api.tasks.bundling.Jar.

53

[stderr]

* Try:

54

[stderr]

> Run with --stacktrace option to get the stack trace.

55

[stderr]

> Run with --info or --debug option to get more log output.

56

[stderr]

> Run with --scan to get full insights.

57

[stderr]

==============================================================================

58

[stderr]

2: Task failed with an exception.

59

[stderr]

-----------

60

[stderr]

* What went wrong:

61

[stderr]

A problem occurred configuring project ':expo'.

62

[stderr]

> compileSdkVersion is not specified. Please add it to build.gradle

63

[stderr]

* Try:

64

[stderr]

> Run with --stacktrace option to get the stack trace.

65

[stderr]

> Run with --info or --debug option to get more log output.

66

[stderr]

> Run with --scan

67

[stderr]

to get full insights.

68

[stderr]

==============================================================================

69

[stderr]

* Get more help at https://help.gradle.org

70

[stderr]

BUILD FAILED in 1m 59s

71

15 actionable tasks: 15 executed

72

Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.

Please help me