Skip to content

Commit c313def

Browse files
authored
Merge pull request #51 from sergiosentry/update-android-sdk
Update android sdk
2 parents d7bd920 + edc86f4 commit c313def

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
//}
2727

2828
android {
29-
compileSdkVersion 29
29+
compileSdkVersion 31
3030

3131
compileOptions {
3232
sourceCompatibility JavaVersion.VERSION_1_8
@@ -38,7 +38,7 @@ android {
3838
minSdkVersion 21
3939
targetSdkVersion 29
4040
versionCode 24
41-
versionName "2.4.1"
41+
versionName "2.4.2"
4242

4343
externalNativeBuild {
4444
cmake {
@@ -85,15 +85,15 @@ dependencies {
8585
implementation fileTree(dir: 'libs', include: ['*.jar'])
8686
implementation 'androidx.appcompat:appcompat:1.1.0'
8787
implementation group: 'androidx.constraintlayout', name: 'constraintlayout', version: '1.1.3'
88-
implementation 'io.sentry:sentry-android:6.9.1'
89-
implementation 'io.sentry:sentry-android-okhttp:6.9.1'
90-
implementation 'io.sentry:sentry-android-fragment:6.9.1'
88+
implementation 'io.sentry:sentry-android:6.16.0'
89+
implementation 'io.sentry:sentry-android-okhttp:6.16.0'
90+
implementation 'io.sentry:sentry-android-fragment:6.16.0'
9191
implementation 'com.google.android.material:material:1.0.0'
92-
implementation 'androidx.navigation:navigation-fragment:2.1.0'
93-
implementation 'androidx.navigation:navigation-ui:2.1.0'
92+
implementation 'androidx.navigation:navigation-fragment:2.5.3'
93+
implementation 'androidx.navigation:navigation-ui:2.5.3'
9494
implementation 'com.android.support:support-core-utils:28.0.0'
9595
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
96-
def fragment_version = "1.3.2"
96+
def fragment_version = "1.5.6"
9797
// Java language implementation
9898
implementation "androidx.fragment:fragment:$fragment_version"
9999

0 commit comments

Comments
 (0)