We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be0d5 commit 66ac3c7Copy full SHA for 66ac3c7
1 file changed
build.gradle
@@ -34,14 +34,15 @@ apply plugin: 'com.mparticle.kit'
34
apply plugin: 'kotlin-android'
35
36
android {
37
+ compileSdk = 33
38
defaultConfig {
39
minSdkVersion 23
40
}
41
42
43
dependencies {
44
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
- api 'com.urbanairship.android:urbanairship-core:19.3.0'
45
+ api 'com.urbanairship.android:urbanairship-core:19.9.1'
46
testImplementation 'junit:junit:4.13.2'
47
testImplementation files('libs/java-json.jar')
48
0 commit comments