Skip to content

Commit 20eb07b

Browse files
committed
Glia Widgets SDK 1.7.2
1 parent c61f0e2 commit 20eb07b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

widgetssdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 24
99
targetSdkVersion 30
10-
versionCode 31
11-
versionName "1.7.1"
10+
versionCode 32
11+
versionName "1.7.2"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
consumerProguardFiles "consumer-rules.pro"
1414
}
@@ -39,7 +39,7 @@ ext {
3939
appCompatVersion = '1.2.0'
4040
materialVersion = '1.4.0'
4141
constraintLayoutVersion = '2.0.4'
42-
gliaSdkVersion = '0.23.1'
42+
gliaSdkVersion = '0.23.2'
4343
junitVersion = '4.13.1'
4444
androidXTestVersion = '1.1.2'
4545
espresso = '3.3.0'

0 commit comments

Comments
 (0)