Skip to content

Commit

Permalink
Merge pull request #18 from TelemetryDeck/migrate-to-maven
Browse files Browse the repository at this point in the history
Update coordinates for KotlinSDK to Maven Central
  • Loading branch information
kkostov authored Aug 2, 2024
2 parents 49b41b4 + 25dd404 commit 59173a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.0

- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.6.0
- Update coordinates for Kotlin SDK to Maven Central

## 0.5.1

- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.5.1
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Flutter SDK depends on the latest major version of the native SDKs. This is
On Android, the dependency is configured in `android/build.gradle`:

```
implementation 'com.github.TelemetryDeck:KotlinSDK:2.+'
implementation 'com.telemetrydeck:kotlin-sdk:2.2.0'
```

On iOS, the dependency is configured in `ios/telemetrydecksdk.podspec` using the podspect Dependency format `s.dependency 'TelemetryClient', '~> 2.0'`.
4 changes: 1 addition & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}

dependencies {
Expand All @@ -19,7 +18,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

Expand Down Expand Up @@ -52,7 +50,7 @@ android {
}

dependencies {
implementation 'com.github.TelemetryDeck:KotlinSDK:2.+'
implementation 'com.telemetrydeck:kotlin-sdk:2.2.0'
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'
}
Expand Down
1 change: 0 additions & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.5.1"
term_glyph:
dependency: transitive
description:
Expand Down

0 comments on commit 59173a6

Please sign in to comment.