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 f39a2fb commit 6d106bdCopy full SHA for 6d106bd
Leanplum-Android-SDK-Unity/android-unity-wrapper/build.gradle
@@ -5,11 +5,11 @@ def CT_VERSION = "%CT_VERSION%"
5
def LP_UNITY_VERSION = "%LP_UNITY_VERSION%"
6
7
android {
8
- compileSdkVersion 31
+ compileSdkVersion 33
9
10
defaultConfig {
11
- minSdkVersion 16
12
- targetSdkVersion 31
+ minSdkVersion 19 // CT SDK 4.7.2 has minSDK set as 19
+ targetSdkVersion 33
13
versionCode 1
14
versionName "${LP_UNITY_VERSION}"
15
0 commit comments