You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
因为是出学者,所以使用方法可能不对想请教一下
根目录 build.gradle
`// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://www.jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}`
app下的build.gradle
`plugins {
id 'com.android.application'
}
android {
compileSdk 31
}
dependencies {
}`
然后报错了
Failed to resolve: com.github.DylanCaiCoding:ActivityResultLauncher:1.1.2
请问一下要如何使用?
The text was updated successfully, but these errors were encountered: