-
Notifications
You must be signed in to change notification settings - Fork 3
Update zipline version #17
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
base: develop
Are you sure you want to change the base?
Conversation
Release 0.3.0
defaultConfig { | ||
minSdkVersion(18) | ||
targetSdkVersion(30) | ||
minSdk = 24 |
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.
is it required?
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.
minimal new sdk - 21 with actual libs versions, but extentions for versions catalog need 24, i'm can delete extentions and set 21, but not less
jitpack.yml
Outdated
jdk: | ||
- openjdk17 | ||
install: | ||
- ./gradlew clean -Pgroup=$GROUP -Pversion=$VERSION -xtest -xlint -xsignMavenPublication publishToMavenLocal |
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.
not used already
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.
deleted
implementation(libs.mokoMultiplatform) | ||
implementation(libs.kotlinGradlePlugin) | ||
implementation(libs.androidGradlePlugin) | ||
implementation(libs.detektPlugin) |
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.
why implementation instead of api?
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.
rollback on api
updated:
kotlin 2.2.10
agp 8.12.3
gradle 8.14.3
android min 24
androidTargetSdk 36
zipline 1.23.0
moko-js > 0.4.0