Skip to content

Commit

Permalink
RMET-2036 :: Updated jcenter to mavenCentral (#40)
Browse files Browse the repository at this point in the history
* RMET-2045 - Firebase Cloud Messaging Plugin - Use fixed versions (#39)

* fix: use fixed versions

References: https://outsystemsrd.atlassian.net/browse/RMET-2045

* chore: update changelog

* refactor: remove jcenter

References: https://outsystemsrd.atlassian.net/browse/RMET-2036

* chore: update changelog
  • Loading branch information
alexgerardojacinto authored and OS-ricardomoreirasilva committed Apr 12, 2024
1 parent 6b5c7b7 commit 0cd201d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

### 16-12-2022
- Replaced jcenter with more up to date mavenCentral [RMET-2036](https://outsystemsrd.atlassian.net/browse/RMET-2036)

### 2022-11-10
- Use fixed versions (https://outsystemsrd.atlassian.net/browse/RMET-2045).

## [Version 1.0.5]

### 08-11-2022
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.+'
classpath 'com.google.gms:google-services:4.3.+'
classpath 'com.android.tools.build:gradle:3.6.4'
classpath 'com.google.gms:google-services:4.3.14'
}
}

Expand Down

0 comments on commit 0cd201d

Please sign in to comment.