-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: release 0.4.0 #18
Conversation
update kotlin version to '1.9.22', update libs versions, increase lib and sample app versions to 0.2.8, fix some warnings and clean up code
object SandBox : Environment("https://a.yat.fyi/", "https://yat.fyi/") | ||
|
||
object Production : Environment("https://a.y.at/", "https://y.at/") | ||
data object SandBox : Environment("https://a.yat.fyi/", "https://yat.fyi/") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This environment is for internal use only. It should't be a part of the framework.
README.md
Outdated
delegate = this, | ||
yatRecords = yatRecords | ||
environment = YatIntegration.Environment.SandBox, // Choose between SandBox and Production |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User can configure the framework to connect with his own server. So there is more options than only sandbox and production.
build.gradle
Outdated
ext.agp_version = "8.2.2" | ||
ext.kotlin_version = "1.9.22" | ||
|
||
ext.versionNumber = "0.2.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new version of the framework is 0.2.8 but in the commit message you mention that it is 2.8.0. Please align those values.
Fixed the exported activity bug when starting them with a wrong payload can cause a crash.
Additionally cleaned and improved the code base:
README.md
and removed obsolete information (some parts of text marked as outdated)1.9.22
0.4.0
.serializable()
extension for safely retrieving data from bundle