We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ccec69 + b1b48c9 commit a377c48Copy full SHA for a377c48
app/build.gradle
@@ -37,8 +37,8 @@ android {
37
applicationId "com.example.vu.android"
38
minSdkVersion 21
39
targetSdkVersion 29
40
- versionCode 23
41
- versionName "2.3.0"
+ versionCode 24
+ versionName "2.4.0"
42
43
externalNativeBuild {
44
cmake {
app/src/main/AndroidManifest.xml
@@ -76,6 +76,9 @@
76
<meta-data
77
android:name="empowerplant.domain"
78
android:value="https://application-monitoring-flask-dot-sales-engineering-sf.appspot.com" />
79
+ <meta-data
80
+ android:name="io.sentry.attach-screenshot"
81
+ android:value="true" />
82
83
</application>
84
0 commit comments