aboutsummaryrefslogtreecommitdiff
path: root/samples/parselib/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'samples/parselib/build.gradle')
-rw-r--r--samples/parselib/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/parselib/build.gradle b/samples/parselib/build.gradle
index ebeea7ef..58b2190d 100644
--- a/samples/parselib/build.gradle
+++ b/samples/parselib/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 31
+ compileSdkVersion 33
defaultConfig {
minSdkVersion 21
- targetSdkVersion 31
+ targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}