Skip to content

Commit 10caaef

Browse files
authored
Merge pull request #56 from sentry-demos/2.4.4
update Android SDK 6.17.0 and project name
2 parents 6bf4178 + 2fd3de4 commit 10caaef

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SENTRY_ORG=testorg-az
2-
SENTRY_PROJECT=android
2+
SENTRY_PROJECT=mobile-android
33
RELEASE=`sentry-cli releases propose-version`
44

55
all: gradle_build setup_release

app-debug.apk

1.07 MB
Binary file not shown.

app-release.apk

470 KB
Binary file not shown.

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId "com.example.vu.android"
3838
minSdkVersion 21
3939
targetSdkVersion 29
40-
versionCode 24
41-
versionName "2.4.3"
40+
versionCode 25
41+
versionName "2.4.4"
4242

4343
externalNativeBuild {
4444
cmake {
@@ -58,7 +58,7 @@ android {
5858

5959
buildTypes {
6060
release {
61-
minifyEnabled false
61+
minifyEnabled true
6262
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6363
signingConfig = signingConfigs.debug // to be able to run release mode
6464
buildConfigField("String", "SE", "\"tda\"")
@@ -85,9 +85,9 @@ 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.16.0'
89-
implementation 'io.sentry:sentry-android-okhttp:6.16.0'
90-
implementation 'io.sentry:sentry-android-fragment:6.16.0'
88+
implementation 'io.sentry:sentry-android:6.17.0'
89+
implementation 'io.sentry:sentry-android-okhttp:6.17.0'
90+
implementation 'io.sentry:sentry-android-fragment:6.17.0'
9191
implementation 'com.google.android.material:material:1.0.0'
9292
implementation 'androidx.navigation:navigation-fragment:2.5.3'
9393
implementation 'androidx.navigation:navigation-ui:2.5.3'

sentry.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# how a sentry.properties looks like
22
defaults.org=testorg-az
3-
defaults.project=android
3+
defaults.project=mobile-android
44
auth.token=

0 commit comments

Comments
 (0)