File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1+ jdk :
2+ - openjdk11
3+ before_install :
4+ - ./scripts/prepareJitpackEnvironment.sh
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.library'
33 id ' org.jetbrains.kotlin.android'
4+ id ' maven-publish'
45}
56
67android {
@@ -36,15 +37,20 @@ android {
3637}
3738
3839dependencies {
39-
40- implementation ' androidx.core:core-ktx:1.7.0'
4140 implementation " androidx.compose.ui:ui:$compose_version "
4241 implementation " androidx.compose.material:material:$compose_version "
43- implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
44- testImplementation ' junit:junit:4.13.2'
45- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
46- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
47- androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
48- debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
49- debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
42+ }
43+
44+ afterEvaluate {
45+ publishing {
46+ publications {
47+ release(MavenPublication ) {
48+ from components. release
49+
50+ groupId = ' com.github.cybercoder-naj'
51+ artifactId = ' sliding-bar-compose'
52+ version = ' 1.0'
53+ }
54+ }
55+ }
5056}
You can’t perform that action at this time.
0 commit comments