File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ android {
5050 applicationId " gr.scify.icsee"
5151 minSdkVersion 21
5252 targetSdkVersion 36
53- versionCode 49
54- versionName " 5.1.5 "
53+ versionCode 50
54+ versionName " 5.1.6 "
5555 buildConfigField(" String" , " SHAPES_DATALAKE_KEY" , secretsProperties[' SHAPES_DATALAKE_KEY' ])
5656 manifestPlaceholders = [
5757 sentryDsn : sentryProps. getProperty(" defaults.dsn" , " YOUR_DEFAULT_DSN_IF_NOT_FOUND_DEBUG" ) // Added _DEBUG for clarity
Original file line number Diff line number Diff line change 2828 android : logo =" @drawable/icsee_logo"
2929 android : theme =" @style/Theme.AppCompat.NoActionBar" >
3030 <meta-data android : name =" io.sentry.dsn" android : value =" ${sentryDsn}" />
31+ <meta-data android : name =" io.sentry.traces.sample-rate" android : value =" 0.0" />
3132 <!-- Support for 16KB memory page sizes on Android 15+ -->
3233 <property
3334 android : name =" android.app.16kb_page_size.enabled"
You can’t perform that action at this time.
0 commit comments