Skip to content

Commit

Permalink
Updated gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gau4sar committed Aug 10, 2022
1 parent 1e80689 commit ddfa1e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ dependencies {
afterEvaluate {
publishing {
publications {

release(MavenPublication) {
from components.release

groupId = 'com.github.ballerine_io'
artifactId = 'android_sdk'
version = '1.0.3'
groupId = 'com.github.gau4sar'
artifactId = 'ballerine-android-sdk'
version = '1.0.0'
}
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
authToken=jp_dimabuq6s0pfdp9hk9pk6hesuc
android.disableAutomaticComponentCreation=true
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jdk:
- openjdk11
install:
- ./gradlew build :lib:publishToMavenLocal
before_install:
- ./scripts/prepareJitpackEnvironment.sh

0 comments on commit ddfa1e9

Please sign in to comment.