This repository was archived by the owner on Jan 30, 2024. It is now read-only.
File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 0.4.2
2
8
Thanks to deathcoder for the following fix
3
9
4
10
- 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)
7
13
8
14
## 0.4.1
9
15
Thanks to LosDanieloss for the following fix
Original file line number Diff line number Diff line change @@ -5,19 +5,19 @@ buildscript {
5
5
ext. kotlin_version = ' 1.6.10'
6
6
repositories {
7
7
google()
8
- jcenter ()
8
+ mavenCentral ()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.6 .4'
12
+ classpath ' com.android.tools.build:gradle:7.0 .4'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
16
16
17
17
rootProject. allprojects {
18
18
repositories {
19
19
google()
20
- jcenter ()
20
+ mavenCentral ()
21
21
}
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
Original file line number Diff line number Diff line change 1
1
name : open_mail_app
2
2
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
4
4
homepage : https://github.com/HomeXLabs/open-mail-app-flutter
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments