Skip to content

Commit

Permalink
Update App Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahidzbi4213 committed Aug 4, 2024
1 parent fe70285 commit 5e76d07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jdk:
- openjdk11
- openjdk17
before_install:
- ./scripts/prepareJitpackEnvironment.sh
14 changes: 7 additions & 7 deletions reelsplayer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ dependencies {
}


publishing {
publications {
register<MavenPublication>("release") {
groupId = "com.github.shahidzbi4213"
artifactId = "reels-player"
version = "1.0.2-beta"
afterEvaluate {
afterEvaluate {
publishing {
publications {
create<MavenPublication>("maven") {
from(components["release"])
groupId = "com.github.shahidzbi4213"
artifactId = "reels-player"
version = "1.0.3-beta"
}
}
}
Expand Down

0 comments on commit 5e76d07

Please sign in to comment.