We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd774b2 commit 73178e1Copy full SHA for 73178e1
jitpack.yml
@@ -0,0 +1,5 @@
1
+jdk:
2
+ - openjdk17
3
+before_install:
4
+ - sdk install java 17.0.7-open
5
+ - sdk use java 17.0.7-open
top-sheet/build.gradle.kts
@@ -39,6 +39,16 @@ android {
39
}
40
41
42
+publishing {
43
+ publications {
44
+ register<MavenPublication>("release") {
45
+ afterEvaluate {
46
+ from(components["release"])
47
+ }
48
49
50
+}
51
+
52
dependencies {
53
implementation(libs.androidx.core.ktx)
54
implementation(libs.androidx.appcompat)
0 commit comments