Skip to content

Commit 7a2721a

Browse files
author
Bartosz Litwiniuk
committed
Update compile and target sdk to 33
1 parent 486cad6 commit 7a2721a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55
defaultConfig {
66
applicationId "backtraceio.backtraceio"
77
minSdkVersion 21
8-
targetSdkVersion 32
8+
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"
1111
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

0 commit comments

Comments
 (0)