Skip to content

Commit

Permalink
Feature/remove package tag (#20)
Browse files Browse the repository at this point in the history
* Update AndroidManifest.xml
* Update version
  • Loading branch information
meg4cyberc4t committed Apr 1, 2024
1 parent 2ee42da commit aeb1d7d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.1

- Removing the package tag in AndroidManifest.xml.

## 0.7.0

- Adding a VarioqubAdapter from native appmetrica implementations.
Expand Down
5 changes: 2 additions & 3 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.meg4cyberc4t.varioqub_configs">
</manifest>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PODS:
- Varioqub/VQSwiftProtobuf
- YandexMobileMetrica/Dynamic/Core (~> 4.5.0)
- Varioqub/VQSwiftProtobuf (0.6.0)
- varioqub_configs (0.7.0):
- varioqub_configs (0.7.1):
- Flutter
- Varioqub (~> 0.6)
- Varioqub/MetricaAdapter (~> 0.6)
Expand Down Expand Up @@ -136,10 +136,10 @@ SPEC CHECKSUMS:
AppMetricaProtobufUtils: 96e6dae97e9f76f82fced425f5fe4a178b1947a0
AppMetricaStorageUtils: fc77707294080500ef3d03c624c47b7acf1270d8
AppMetricaWebKit: 46ab34c8a0973786ed0df7a80ea702a4aeba49fa
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
KSCrash: fa10d2b42aa3e38f5697ef1124504c3fab6c6e6b
Varioqub: 58ac5ff3e51a46aca97c3a9c9f3b5cc9d5bf949e
varioqub_configs: 6cd898cd97032acf31c588ce1f7e291f84205dd5
varioqub_configs: e5bbaeea74474434e9d4659728ed309a9480bb06
YandexMobileMetrica: f5368ee93f286c793d73b58da00929babfc897c1

PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
Expand Down
2 changes: 1 addition & 1 deletion ios/varioqub_configs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'varioqub_configs'
s.version = '0.7.0'
s.version = '0.7.1'
s.summary = 'Flutter plugin providing work with remote configs,experiments and A/B testing via Varioqub.'
s.description = <<-DESC
Flutter plugin providing work with remote configs,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: varioqub_configs
description: "Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub"
version: 0.7.0
version: 0.7.1
repository: https://github.com/meg4cyberc4t/varioqub_configs
homepage: https://github.com/meg4cyberc4t/varioqub_configs
issue_tracker: https://github.com/meg4cyberc4t/varioqub_configs/issues
Expand Down

0 comments on commit aeb1d7d

Please sign in to comment.