File tree 5 files changed +13
-7
lines changed
5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Dependencies
6
6
7
+ - Bump Android SDK from v7.11.0 to v7.12.0 ([ #2173 ] ( https://github.com/getsentry/sentry-dart/pull/2173 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7120 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.0 )
10
+ - updates AGP to v7.4.2
11
+ - updates Kotlin to v1.8.0
7
12
- Bump Cocoa SDK from v8.30.1 to v8.31.1 ([ #2174 ] ( https://github.com/getsentry/sentry-dart/pull/2174 ) )
8
13
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8311 )
9
14
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.30.1...8.31.1 )
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.21 '
2
+ ext. kotlin_version = ' 1.8.0 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.2 .2'
9
+ classpath ' com.android.tools.build:gradle:7.4 .2'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- api ' io.sentry:sentry-android:7.11 .0'
63
+ api ' io.sentry:sentry-android:7.12 .0'
64
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
65
65
66
66
// Required -- JUnit 4 framework
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
+ android.useAndroidX =true
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.21 '
2
+ ext. kotlin_version = ' 1.8.0 '
3
3
4
4
repositories {
5
5
google()
@@ -8,7 +8,7 @@ buildscript {
8
8
9
9
dependencies {
10
10
classpath ' io.sentry:sentry-android-gradle-plugin:4.5.0'
11
- classpath ' com.android.tools.build:gradle:7.2 .2'
11
+ classpath ' com.android.tools.build:gradle:7.4 .2'
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
classpath ' io.github.howardpang:androidNativeBundle:1.1.3'
14
14
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.21 '
2
+ ext. kotlin_version = ' 1.8.0 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.2 .2'
9
+ classpath ' com.android.tools.build:gradle:7.4 .2'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments