Skip to content

Commit

Permalink
Add Android 12 (31)
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Oct 20, 2021
1 parent edfe550 commit f0a956d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 1.2.0
### Added
* Android 12, SDK 31 API version

# 1.1.1
### Fixed
* Error message when SDK path is missing ([#2])<br>Thanks [@drakeet]
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/ru/noties/enhance/ApiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ public String toString() {
new ApiVersion(27, "8.1", "Oreo"),
new ApiVersion(28, "9.0", "Pie"),
new ApiVersion(29, "10", "Android"),
new ApiVersion(30, "11", "Android")
new ApiVersion(30, "11", "Android"),
new ApiVersion(31, "12", "Android")
};

private static final int LENGTH = VERSIONS.length;
Expand Down

0 comments on commit f0a956d

Please sign in to comment.