Skip to content

Commit

Permalink
Changed JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
iambhargavnath committed Oct 28, 2024
1 parent eb26b6d commit fb7083c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 34
versionCode 1
versionName "1.0.1"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions durationpickerlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.iambhargavnath'
version = '1.0.1'
version = '1.0.3'

android {
namespace 'com.iambhargavnath.durationpickerlibrary'
Expand All @@ -15,7 +15,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0.1"
versionName "1.0.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down Expand Up @@ -53,7 +53,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.iambhargavnath'
artifactId = 'durationpickerlibrary'
version = '1.0.1'
version = '1.0.3'
}
}
}
Expand Down
7 changes: 1 addition & 6 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.3-tem
- sdk use java 17.0.3-tem
- sdk install maven
- mvn -v
install:
- mvn install -Dmaven.javadoc.skip=true -DskipTests
- ./scripts/prepareJitpackEnvironment.sh

0 comments on commit fb7083c

Please sign in to comment.