Skip to content

Commit

Permalink
Merge pull request #176 from salemove/release/v1.7.2
Browse files Browse the repository at this point in the history
Glia Widgets SDK 1.7.2
  • Loading branch information
dukhovnyi authored Jan 18, 2022
2 parents c61f0e2 + 20eb07b commit e2713b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widgetssdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 30
versionCode 31
versionName "1.7.1"
versionCode 32
versionName "1.7.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down Expand Up @@ -39,7 +39,7 @@ ext {
appCompatVersion = '1.2.0'
materialVersion = '1.4.0'
constraintLayoutVersion = '2.0.4'
gliaSdkVersion = '0.23.1'
gliaSdkVersion = '0.23.2'
junitVersion = '4.13.1'
androidXTestVersion = '1.1.2'
espresso = '3.3.0'
Expand Down

0 comments on commit e2713b3

Please sign in to comment.