Skip to content

Commit 02fe746

Browse files
authored
Merge pull request #2 from EXXETA/feature/jitpack
feat: Jitpack Configured
2 parents 027985a + 0468f3a commit 02fe746

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ android-compile-sdk = "35"
33
android-min-sdk = "28"
44
android-build-tools = "35.0.0"
55
android-ndk = "27.0.12077973"
6-
agp = "8.2.0"
7-
kotlin = "1.9.0"
6+
agp = "8.5.2"
7+
kotlin = "1.9.23"
88
jetbrainsKotlinJvm = "1.9.0"
99
kotlinxCoroutinesCore = "1.8.1"
1010
rootbeerLib = "0.1.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Jul 30 14:14:30 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

jitpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jdk:
2+
- openjdk17

securitytoolkit/build.gradle.kts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
2-
libs.plugins.android.library
3-
libs.plugins.jetbrains.kotlin.android
2+
alias(libs.plugins.android.library)
3+
alias(libs.plugins.jetbrains.kotlin.android)
44
id("maven-publish")
5-
signing
65
}
76

87
android {
@@ -139,8 +138,3 @@ publishing {
139138
}
140139
}
141140
}
142-
143-
signing {
144-
setRequired({ isReleaseBuild() })
145-
sign(publishing.publications["release"])
146-
}

0 commit comments

Comments
 (0)