Skip to content

Commit

Permalink
fixed: Auto-sliding Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumman04 committed Dec 2, 2023
1 parent b0d4c70 commit 7656b3b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified J-Slider-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion J-Slider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ afterEvaluate {
register<MavenPublication>("release") {
groupId = "com.github.Jumman04"
artifactId = "Jummania-Slider"
version = "4.2"
version = "4.3"

afterEvaluate {
from(components["release"])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add the Jummania-Slider dependency to your app module's `build.gradle` file:

```gradle
dependencies {
implementation("com.github.Jumman04:Jummania-Slider:4.2")
implementation("com.github.Jumman04:Jummania-Slider:4.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk = 17
targetSdk = 34
versionCode = 4
versionName = "4.2"
versionName = "4.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ before_install:
- ./scripts/prepareJitpackEnvironment.sh
install:
- FILE="-Dfile=J-Slider-release.aar"
- mvn install:install-file $FILE -DgroupId=com.github.Jumman04 -DartifactId=Jummania-Slider -Dversion=4.2 -Dpackaging=aar -DgeneratePom=true -DpomFile=pom.xml
- mvn install:install-file $FILE -DgroupId=com.github.Jumman04 -DartifactId=Jummania-Slider -Dversion=latest -Dpackaging=aar -DgeneratePom=true -DpomFile=pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.Jumman04</groupId>
<artifactId>Jummania-Slider</artifactId>
<version>4.2</version>
<version>latest</version>
<packaging>aar</packaging>

<properties>
Expand Down

0 comments on commit 7656b3b

Please sign in to comment.