-
Notifications
You must be signed in to change notification settings - Fork 414
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
Version 2.8.3 #1444
Version 2.8.3 #1444
Conversation
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.
app/src/main/java/tech/ula/viewmodel/MainActivityViewModel.
|
||
// Androidx versions | ||
def room_version = '2.1.0-beta01' | ||
def lifecycle_version = '2.2.0-alpha01' | ||
def support_library_version = '1.1.0-alpha06' | ||
def preference_version = '1.1.0-alpha05' | ||
def ktx_version = '1.0.2' | ||
def billing_version = '2.2.1' | ||
def billing_version = '3.0.3' | ||
|
||
implementation project(':terminal-term') |
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.
implementation project(':terminal-term') | |
implementation project(':terminal-term') |
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.
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.
buildConfigField 'boolean', 'FORCE_PORTRAIT_GEOMETRY', 'true' | ||
buildConfigField 'int', "MAX_DIMENSION", "1280" | ||
buildConfigField 'int', "MIN_DIMENSION", "360" | ||
|
||
// Ignore Sentry packages that cause lint failure | ||
lintOptions { | ||
lintConfig file("$projectDir/src/main/resources/lint.xml") |
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.
No description provided.