|
@@ -1,9 +1,9 @@
|
|
|
ext.versions = [
|
|
|
androidGradlePlugin: '7.2.1',
|
|
|
- compileSdk : 32,
|
|
|
+ compileSdk : 33,
|
|
|
minSdk : 19, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_MIN_SDK_VERSION'
|
|
|
- targetSdk : 32, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
|
|
|
- buildTools : '32.0.0',
|
|
|
+ targetSdk : 33, // Also update 'platform/android/export/export_plugin.cpp#DEFAULT_TARGET_SDK_VERSION'
|
|
|
+ buildTools : '33.0.2',
|
|
|
kotlinVersion : '1.7.0',
|
|
|
fragmentVersion : '1.3.6',
|
|
|
nexusPublishVersion: '1.1.0',
|