diff options
Diffstat (limited to 'remoteExample/build.gradle')
-rw-r--r-- | remoteExample/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 453dd529..a6adbaaa 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -7,11 +7,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 33 defaultConfig { minSdkVersion 15 - targetSdkVersion 30 + targetSdkVersion 33 versionCode 1 versionName "1.0" } |