Skip to content

Commit c3be0d5

Browse files
feat: Update to Partner latest version 19.3.0 (#187)
1 parent 143b5db commit c3be0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ apply plugin: 'kotlin-android'
3535

3636
android {
3737
defaultConfig {
38-
minSdkVersion 21
38+
minSdkVersion 23
3939
}
4040
}
4141

4242
dependencies {
4343
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
44-
api 'com.urbanairship.android:urbanairship-core:18.1.3'
44+
api 'com.urbanairship.android:urbanairship-core:19.3.0'
4545
testImplementation 'junit:junit:4.13.2'
4646
testImplementation files('libs/java-json.jar')
4747
}

0 commit comments

Comments
 (0)