Skip to content

Commit

Permalink
Upgraded to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyraagava committed Apr 26, 2023
1 parent 2617148 commit 026b025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ def unitsList = getUnitsList()


android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "com.greedygame.sample.sdk8"
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down 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.99"
implementation "com.greedygame.sdkx:core:0.1.0"

//Dependencies for sdkx
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
Expand All @@ -83,7 +83,7 @@ dependencies {
//Optional
implementation 'com.google.android.gms:play-services-location:17.0.0'

implementation 'com.google.android.gms:play-services-ads:20.2.0'
implementation 'com.google.android.gms:play-services-ads:22.0.0'

implementation 'androidx.annotation:annotation:1.2.0'
implementation 'com.facebook.android:audience-network-sdk:6.5.1'
Expand Down

0 comments on commit 026b025

Please sign in to comment.