Skip to content

Commit 8ea10bf

Browse files
authored
Remove project-specific Android SDK validation overrides, use shared. (#336)
1 parent 1273234 commit 8ea10bf

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

android-record/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,7 @@
8282
<plugin>
8383
<groupId>org.codehaus.mojo</groupId>
8484
<artifactId>animal-sniffer-maven-plugin</artifactId>
85-
<version>${version.plugin.animal-sniffer}</version>
86-
<configuration>
87-
<signature>
88-
<groupId>com.toasttab.android</groupId>
89-
<artifactId>gummy-bears-api-${version.android.sdk}</artifactId>
90-
<version>${version.android.sdk.signature}</version>
91-
</signature>
92-
</configuration>
85+
<!-- 24-Feb-2026, tatu: With 3.2, use project defaults (ASDK 34) -->
9386
</plugin>
9487
</plugins>
9588
</build>

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ not datatype, data format, or JAX-RS provider modules.
6464
starting with 3.0
6565
-->
6666
<version.bytebuddy>1.17.8</version.bytebuddy>
67-
68-
<version.android.sdk>26</version.android.sdk>
69-
<version.android.sdk.signature>0.5.1</version.android.sdk.signature>
70-
<version.plugin.animal-sniffer>1.23</version.plugin.animal-sniffer>
7167
</properties>
7268

7369
<dependencyManagement>

release-notes/VERSION

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ Active maintainers:
2424

2525
3.2.0 (not yet released)
2626

27-
No changes since 3.1
27+
- Removed project Android SDK level overrides, use defaults (ASDK 34)
28+
(affects `android-records` module's verification; was validating ASDK 26)
29+
30+
3.1.1 (not yet released)
31+
32+
No changes since 3.1.0
2833

2934
3.1.0 (23-Feb-2026)
3035

0 commit comments

Comments
 (0)