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.
1 parent 486cad6 commit 7a2721aCopy full SHA for 7a2721a
example-app/build.gradle
@@ -1,11 +1,11 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 32
+ compileSdkVersion 33
5
defaultConfig {
6
applicationId "backtraceio.backtraceio"
7
minSdkVersion 21
8
- targetSdkVersion 32
+ targetSdkVersion 33
9
versionCode 1
10
versionName "1.0"
11
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
0 commit comments