Skip to content
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

Release/3.1.0 #22

Merged
merged 33 commits into from
Jul 15, 2024
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3061b10
Update clean up logic for GoogleStore
rjsuzuki Aug 25, 2023
8f8cd5e
Bump targetSdk to 32.
rjsuzuki Aug 25, 2023
721b88b
Update intellij idea configs
rjsuzuki Aug 25, 2023
b50979f
Update to JAVA 17
rjsuzuki Jan 17, 2024
c14b055
Update intellij settings
rjsuzuki Jan 17, 2024
1890374
Bump Google Play Billing to 6.1.0
rjsuzuki Jan 17, 2024
9da1258
Bump target sdk to 34
rjsuzuki Jan 17, 2024
6def1cd
v3.1.0
rjsuzuki Jan 17, 2024
a55e87e
Update gradle and dependencies management
rjsuzuki Jan 19, 2024
20d4536
Remove deprecated property in gradle.properties
rjsuzuki Jan 19, 2024
394dede
Move ui classes to demo dir
rjsuzuki Jan 19, 2024
d3bec3e
Remove ui dependencies from core module
rjsuzuki Jan 19, 2024
59d9d3b
Move all UI dependencies and assets to the demo module
rjsuzuki Jun 19, 2024
beda906
Bump AGP to 8.5.0
rjsuzuki Jun 19, 2024
459aa4e
Bump Android Billing library to 7.0.0
rjsuzuki Jun 19, 2024
f098111
Update .idea settings
rjsuzuki Jun 19, 2024
bd3752c
Update README.md
rjsuzuki Jun 19, 2024
7079934
Fix compilation errors from latest changes
rjsuzuki Jun 19, 2024
26205df
Apply lint fixes recommended by IDE
rjsuzuki Jun 19, 2024
8170183
Edit GoogleSales logs
rjsuzuki Jun 19, 2024
1a8cbf9
Update initialization logs to display useful information such as buil…
rjsuzuki Jun 19, 2024
d86beda
Delete unused class
rjsuzuki Jun 19, 2024
122bb02
Update github actions dependencies
rjsuzuki Jun 19, 2024
5e4b685
Update github actions environment settings
rjsuzuki Jun 19, 2024
e6e31d0
Bump ktlint version to 0.46.0
rjsuzuki Jun 19, 2024
846d6ea
lint
rjsuzuki Jun 19, 2024
217c8a9
Apply deprecation tags
rjsuzuki Jun 19, 2024
67147bf
Remove android tests from package creation flow
rjsuzuki Jun 19, 2024
9309b43
Edit init logs
rjsuzuki Jun 19, 2024
c1a8368
Add lint-baseline.xml
rjsuzuki Jun 19, 2024
d81c2ac
Bump min sdk to 24
rjsuzuki Jun 19, 2024
555da54
Edit jitpack.yml to use JDK 17
rjsuzuki Jul 15, 2024
f204886
Merge branch 'main' into release/3.1.0
rjsuzuki Jul 15, 2024
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
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#
v.major=3
v.minor=1
v.patch=1
v.patch=0
Loading