File tree Expand file tree Collapse file tree 3 files changed +7
-28
lines changed Expand file tree Collapse file tree 3 files changed +7
-28
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- alias(libs.plugins.androidApplication) version BuildPluginsVersion . AGP
2
+ id( " com.android.application " )
3
3
id(" io.sentry.android.gradle" )
4
4
}
5
5
Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- google()
4
- mavenCentral()
5
- }
6
-
7
- dependencies {
8
- classpath Libs . AGP
9
- classpath " io.sentry:sentry-android-gradle-plugin"
10
- }
1
+ plugins {
2
+ id(" com.android.application" )
3
+ id(" io.sentry.android.gradle" )
11
4
}
12
5
13
- apply plugin : ' com.android.application'
14
- apply plugin : ' io.sentry.android.gradle'
15
-
16
6
android {
17
7
compileSdk = LibsVersion . SDK_VERSION
18
8
defaultConfig {
Original file line number Diff line number Diff line change 1
- buildscript {
2
- repositories {
3
- google()
4
- mavenCentral()
5
- }
6
-
7
- dependencies {
8
- classpath Libs . AGP
9
- classpath " io.sentry:sentry-android-gradle-plugin"
10
- }
1
+ plugins {
2
+ id(" com.android.application" )
3
+ id(" io.sentry.android.gradle" )
11
4
}
12
5
13
- apply plugin : ' com.android.application'
14
- apply plugin : ' io.sentry.android.gradle'
15
-
16
6
android {
17
7
compileSdk = LibsVersion . SDK_VERSION
18
8
ndkVersion = " 24.0.8215888"
@@ -37,7 +27,6 @@ android {
37
27
}
38
28
39
29
if (System . getenv(" AUTO_UPLOAD" )) {
40
- apply plugin : ' io.sentry.android.gradle'
41
30
sentry {
42
31
autoUploadProguardMapping = false
43
32
uploadNativeSymbols = true
You can’t perform that action at this time.
0 commit comments