8000 chore: fix to support android-12+ by jaeopt · Pull Request #400 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

chore: fix to support android-12+ #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix conflicts
  • Loading branch information
jaeopt committed Mar 28, 2022
commit ee71a3d0270b83a6e20b58ac62072e3a99bfa5d2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ext {
build_tools_version = "30.0.3"
min_sdk_version = 14
target_sdk_version = 32
java_core_ver = "3.10.0"
java_core_ver = "3.10.2"
android_logger_ver = "1.3.6"
jacksonversion= "2.11.2"
annotations_ver = "1.2.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0