Skip to content

Commit 9086796

Browse files
committed
Release flipt-client-kotlin-android-v1.2.0
Signed-off-by: Mark Phelps <[email protected]>
1 parent 56c07d9 commit 9086796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flipt-client-kotlin-android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = 'io.flipt'
14-
version = '1.1.1'
14+
version = '1.2.0'
1515
description = 'Flipt Client SDK'
1616

1717
android {
@@ -25,8 +25,8 @@ android {
2525
ndk {
2626
abiFilters "x86_64", "arm64-v8a"
2727
}
28-
versionCode 8
29-
versionName "1.1.1"
28+
versionCode 9
29+
versionName "1.2.0"
3030
}
3131

3232
buildTypes {

0 commit comments

Comments
 (0)