Skip to content

Commit 8225810

Browse files
github-actions[bot]web-flowromtsn
authored
chore(deps): update Android SDK to v7.15.0 (#775)
* chore: update scripts/update-android.sh to 7.15.0 * Fix tests --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Roman Zavarnitsyn <[email protected]>
1 parent 71333dc commit 8225810

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
### Dependencies
1010

11-
- Bump Android SDK from v7.13.0 to v7.14.0 ([#754](https://github.com/getsentry/sentry-android-gradle-plugin/pull/754))
12-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
13-
- [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0)
11+
- Bump Android SDK from v7.13.0 to v7.15.0 ([#754](https://github.com/getsentry/sentry-android-gradle-plugin/pull/754), [#775](https://github.com/getsentry/sentry-android-gradle-plugin/pull/775))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.15.0)
1414
- Bump CLI from v2.33.1 to v2.37.0 ([#757](https://github.com/getsentry/sentry-android-gradle-plugin/pull/757), [#761](https://github.com/getsentry/sentry-android-gradle-plugin/pull/761), [#773](https://github.com/getsentry/sentry-android-gradle-plugin/pull/773))
1515
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2370)
1616
- [diff](https://github.com/getsentry/sentry-cli/compare/2.33.1...2.37.0)

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.parallel=true
99
name = sentry-android-gradle-plugin
1010
group = io.sentry
1111
version = 4.11.0
12-
sdk_version = 7.14.0
12+
sdk_version = 7.15.0
1313

1414
# publication pom properties
1515
POM_NAME=Sentry Android Gradle Plugin

plugin-build/src/test/kotlin/io/sentry/android/gradle/integration/SentryPluginSourceContextTest.kt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ class SentryPluginSourceContextTest :
4444
buildFeatures {
4545
buildConfig false
4646
}
47+
48+
buildTypes {
49+
release {
50+
minifyEnabled true
51+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
52+
}
53+
}
4754
}
4855
4956
sentry {
@@ -83,6 +90,13 @@ class SentryPluginSourceContextTest :
8390
buildFeatures {
8491
buildConfig false
8592
}
93+
94+
buildTypes {
95+
release {
96+
minifyEnabled true
97+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
98+
}
99+
}
86100
}
87101
88102
sentry {
@@ -139,6 +153,13 @@ class SentryPluginSourceContextTest :
139153
buildFeatures {
140154
buildConfig false
141155
}
156+
157+
buildTypes {
158+
release {
159+
minifyEnabled true
160+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
161+
}
162+
}
142163
}
143164
144165
sentry {
@@ -196,6 +217,13 @@ class SentryPluginSourceContextTest :
196217
buildFeatures {
197218
buildConfig true
198219
}
220+
221+
buildTypes {
222+
release {
223+
minifyEnabled true
224+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
225+
}
226+
}
199227
}
200228
201229
sentry {
@@ -273,6 +301,13 @@ class SentryPluginSourceContextTest :
273301
buildFeatures {
274302
buildConfig true
275303
}
304+
305+
buildTypes {
306+
release {
307+
minifyEnabled true
308+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
309+
}
310+
}
276311
}
277312
278313
sentry {
@@ -337,6 +372,13 @@ class SentryPluginSourceContextTest :
337372
buildFeatures {
338373
buildConfig false
339374
}
375+
376+
buildTypes {
377+
release {
378+
minifyEnabled true
379+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
380+
}
381+
}
340382
}
341383
342384
sentry {
@@ -393,6 +435,13 @@ class SentryPluginSourceContextTest :
393435
buildFeatures {
394436
buildConfig false
395437
}
438+
439+
buildTypes {
440+
release {
441+
minifyEnabled true
442+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
443+
}
444+
}
396445
}
397446
398447
sentry {

0 commit comments

Comments
 (0)