File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ Add the dependency to your app's `build.gradle.kts`:
1616
1717``` kotlin
1818dependencies {
19- implementation(" com.maxmind.device:device-sdk:0.3.0 " )
19+ implementation(" com.maxmind.device:device-sdk:0.3.1 " )
2020}
2121```
2222
2323### Gradle (Groovy)
2424
2525``` groovy
2626dependencies {
27- implementation 'com.maxmind.device:device-sdk:0.3.0 '
27+ implementation 'com.maxmind.device:device-sdk:0.3.1 '
2828}
2929```
3030
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313allprojects {
1414 group = " com.maxmind.device"
15- version = " 0.3.0 "
15+ version = " 0.3.1 "
1616}
1717
1818tasks.register(" clean" , Delete ::class ) {
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ signing {
170170// API compatibility checking with japicmp
171171// Compares the current build against the latest released version on Maven Central
172172// Update this version after each release (the release script should do this automatically)
173- val baselineVersion = " 0.3.0 "
173+ val baselineVersion = " 0.3.1 "
174174
175175// Download baseline AAR directly from Maven Central to avoid local project resolution
176176val downloadBaselineAar by tasks.registering {
You can’t perform that action at this time.
0 commit comments