Skip to content

Commit

Permalink
Alpha version of JSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumman04 committed Nov 26, 2023
1 parent 4d0ef96 commit 6c67318
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Binary file added J-Slider-debug.aar
Binary file not shown.
3 changes: 1 addition & 2 deletions J-Slider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ android {
}

dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.viewpager:viewpager:1.0.0@aar")
}

Expand All @@ -43,7 +42,7 @@ afterEvaluate {
register<MavenPublication>("release") {
groupId = "com.github.Jumman04"
artifactId = "Jummania-Slider"
version = "Test(1)"
version = "2.9(alpha)"

afterEvaluate {
from(components["release"])
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 = 3
versionName = "3.9"
versionName = "2.9(alpha)"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jdk:
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=Test(1) -Dpackaging=aar -DgeneratePom=true
- FILE="-Dfile=J-Slider-debug.aar"
- mvn install:install-file $FILE -DgroupId=com.github.Jumman04 -DartifactId=Jummania-Slider -Dversion=2.9(alpha) -Dpackaging=aar -DgeneratePom=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Jumman04</groupId>
<artifactId>Jummania-Slider</artifactId>
<version>3.9</version>
<version>2.9(alpha)</version>
<packaging>pom</packaging>
<description>Empower Your UI with Seamless Slides: Introducing JSlider, the Universal Slider Library</description>
</project>

0 comments on commit 6c67318

Please sign in to comment.