Skip to content

Commit 154e719

Browse files
Fix version number for build config iterableapi (#995)
1 parent 3a0ac5c commit 154e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
minSdkVersion 21
2222
targetSdkVersion 34
2323

24-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.4\""
24+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.6.5\""
2525

2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727
}

0 commit comments

Comments
 (0)