File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 27
27
- Bump Cocoa SDK (iOS and Mac) from v8.52.1 to v8.53.1 ([ #981 ] ( https://github.com/getsentry/sentry-unreal/pull/981 ) )
28
28
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531 )
29
29
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.1 )
30
+ - Bump Android Gradle Plugin from v4.11.0 to v5.8.0 ([ #975 ] ( https://github.com/getsentry/sentry-unreal/pull/975 ) )
31
+ - [ changelog] ( https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md#580 )
32
+ - [ diff] ( https://github.com/getsentry/sentry-android-gradle-plugin/compare/4.11.0...5.8.0 )
30
33
31
34
## 1.0.0-beta.3
32
35
Original file line number Diff line number Diff line change 185
185
<insert >
186
186
dependencies {
187
187
classpath 'com.android.tools.build:gradle:7.4.2'
188
- classpath 'io.sentry:sentry-android-gradle-plugin:4.11 .0' // current
188
+ classpath 'io.sentry:sentry-android-gradle-plugin:5.8 .0' // current
189
189
}
190
190
</insert >
191
191
</false >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ANDROID_UPL_FILEPATH=plugin-dev/Source/Sentry/Sentry_Android_UPL.xml
6
6
7
7
case $1 in
8
8
get-version)
9
- perl -ne ' print "$1\n" if ( m/io\.sentry:sentry-android-gradle-plugin:([0-9.]+).*\/\/ current/ )' $ANDROID_UPL_FILEPATH
9
+ perl -ne ' print "$1\n" if ( m/' ' io\.sentry:sentry-android-gradle-plugin:([0-9.]+)' ' .*\/\/ current/ )' $ANDROID_UPL_FILEPATH
10
10
;;
11
11
get-repo)
12
12
echo " https://github.com/getsentry/sentry-android-gradle-plugin.git"
@@ -16,8 +16,8 @@ set-version)
16
16
17
17
echo " Setting Android Gradle Plugin version to '$version '"
18
18
19
- PATTERN=" io\.sentry:sentry-android-gradle-plugin:([0-9.]+).*\/\/ current"
20
- perl -pi -e " s/$PATTERN /io.sentry:sentry-android-gradle-plugin:$version \/\/ current/g" $ANDROID_UPL_FILEPATH
19
+ PATTERN=" ' io\.sentry:sentry-android-gradle-plugin:([0-9.]+)' .*\/\/ current"
20
+ perl -pi -e " s/$PATTERN /' io.sentry:sentry-android-gradle-plugin:$version ' \/\/ current/g" $ANDROID_UPL_FILEPATH
21
21
;;
22
22
* )
23
23
echo " Unknown argument $1 "
You can’t perform that action at this time.
0 commit comments