Skip to content

Commit

Permalink
Adaptive SDK v1.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Hvozdiev committed Jul 31, 2023
1 parent 38ce06f commit fa4245b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk 23
targetSdk 33
versionCode 1
versionName "1.0.0-alpha"
versionName "1.0.1-alpha"
}

buildFeatures {
Expand All @@ -40,7 +40,7 @@ android {
}

dependencies {
implementation 'com.futurae.sdk:adaptive:1.0.0-alpha'
implementation 'com.futurae.sdk:adaptive:1.0.1-alpha'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.activity:activity-compose:1.7.2'
Expand Down

0 comments on commit fa4245b

Please sign in to comment.