Skip to content

Commit

Permalink
Upgraded to v0.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
sraagava authored and greedyraagava committed Apr 26, 2023
1 parent 135249c commit 84c3db0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'

implementation "com.greedygame.sdkx:core:0.0.91"
implementation "com.greedygame.sdkx:core:0.0.94"

//Dependencies for sdkx
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ buildscript {
google()
jcenter()
maven {
url "https://dl.bintray.com/greedygame/SDKX"
url "https://dl.bintray.com/greedygame/SDKX"
}
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
Expand All @@ -22,6 +23,8 @@ allprojects {
google()
jcenter()
mavenCentral()
// maven { url 'https://storage.googleapis.com/sdkx-internal-release-bucket/' }
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 84c3db0

Please sign in to comment.