Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseevaElena committed Oct 26, 2023
1 parent 6bc5db9 commit bba73c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.telematicssdk'
version '1.0-SNAPSHOT'
version '2.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.9.0'
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example22;
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -509,7 +509,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example22;
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -541,7 +541,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example22;
PRODUCT_BUNDLE_IDENTIFIER = com.telematicssdk.example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion ios/telematics_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'telematics_sdk'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: telematics_sdk
version: 0.1.1
version: 0.2.0
description: A Flutter plugin for integration Telematics SDK in Android and iOS applications.
homepage: https://docs.telematicssdk.com
repository: https://github.com/Mobile-Telematics/telematicsSDK-demoapp-flutter-
Expand Down

0 comments on commit bba73c8

Please sign in to comment.