Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 7f57a4d

Browse files
authored
chore: android migrate to mavenCentral (#40)
* chore: migrate to mavenCentral * update gradle
1 parent 48e36c5 commit 7f57a4d

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
## 0.4.3
2+
3+
- Android: migrate from jcenter to mavenCentral
4+
- Updated Gradle to 7.0.2
5+
- Updated Gradle Build Tools to 7.0.4
6+
17
## 0.4.2
28
Thanks to deathcoder for the following fix
39

410
- Updated Kotlin to 1.6.10
5-
- Updated Gradle to 7.0.2
6-
- Updated Gradle Build Tools to 7.0.4
11+
- Updated Gradle to 7.0.2 (example)
12+
- Updated Gradle Build Tools to 7.0.4 (example)
713

814
## 0.4.1
915
Thanks to LosDanieloss for the following fix

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ buildscript {
55
ext.kotlin_version = '1.6.10'
66
repositories {
77
google()
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.6.4'
12+
classpath 'com.android.tools.build:gradle:7.0.4'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
1616

1717
rootProject.allprojects {
1818
repositories {
1919
google()
20-
jcenter()
20+
mavenCentral()
2121
}
2222
}
2323

android/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open_mail_app
22
description: This library provides the ability to query the device for installed email apps and open those apps
3-
version: 0.4.2
3+
version: 0.4.3
44
homepage: https://github.com/HomeXLabs/open-mail-app-flutter
55

66
environment:

0 commit comments

Comments
 (0)