We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce16588 commit a6aa8deCopy full SHA for a6aa8de
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [1.0.2] - 2025.01.06
+## [1.0.3] - 2025.01.06
6
7
### Added
8
- **Customizable Analysis Response**: Introduced a major new feature allowing clients to define their own data structure for the analysis result.
veview-sdk/build.gradle.kts
@@ -14,7 +14,7 @@ android {
14
}
15
defaultConfig {
16
minSdk = 24
17
- version = "1.0.2.02"
+ version = "1.0.3"
18
19
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
20
consumerProguardFiles("consumer-rules.pro")
0 commit comments