firstusers 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,8 @@ android {
9
9
  defaultConfig {
10
10
  minSdkVersion safeExtGet("minSdkVersion", 24)
11
11
  targetSdkVersion safeExtGet("targetSdkVersion", 34)
12
+ versionCode 1
13
+ versionName "1.0"
12
14
  }
13
15
 
14
16
  compileOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firstusers",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Usage tracking SDK for React Native/Expo apps. Tracks authenticated user sessions with 30s heartbeat to First Users platform.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",