Skip to content

Commit 120f952

Browse files
feat: Update to Partner latest version 19.9.1
1 parent c3be0d5 commit 120f952

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ apply plugin: 'com.mparticle.kit'
3434
apply plugin: 'kotlin-android'
3535

3636
android {
37+
compileSdk = 33
3738
defaultConfig {
3839
minSdkVersion 23
3940
}
4041
}
4142

4243
dependencies {
4344
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
44-
api 'com.urbanairship.android:urbanairship-core:19.3.0'
45+
api 'com.urbanairship.android:urbanairship-core:19.9.1'
4546
testImplementation 'junit:junit:4.13.2'
4647
testImplementation files('libs/java-json.jar')
4748
}

0 commit comments

Comments
 (0)