Skip to content

Commit

Permalink
Merge pull request #1743 from numbersprotocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shc261392 authored Jun 29, 2022
2 parents b7362ac + 90fb99e commit 1317c39
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.59.5 - 2022-06-28

### Changed

- Temporarely disabled Apps Flyer SDK

## 0.59.4 - 2022-06-28

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.numbersprotocol.capturelite"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 414
versionName "0.59.4"
versionCode 415
versionName "0.59.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
Expand Down
5 changes: 3 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>NSUserTrackingUsageDescription</key>
<string>We collect your data only for counting download numbers and will never share it with any 3rd party</string>
<!-- Uncomment in next release after fixing Apps Flyer -->
<!-- <key>NSUserTrackingUsageDescription</key>-->
<!-- <string>We collect your data only for counting download numbers and will never share it with any 3rd party</string>-->
</dict>
</plist>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capture-lite",
"version": "0.59.4",
"version": "0.59.5",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export class AppComponent {
this.restoreAppState();
this.initializeCollector();
this.registerIcon();
appsFlyerService.initAppsFlyerSDK();
// Uncomment in next release after fixing Apps Flyer
// appsFlyerService.initAppsFlyerSDK();
}

static setDarkMode() {
Expand Down

0 comments on commit 1317c39

Please sign in to comment.