-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from 2BAB/dev_v2
v2.3.0: Support adaptive-icon
- Loading branch information
Showing
18 changed files
with
448 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Only place important and recommended versions here. | ||
|
||
## 2.3.0 | ||
|
||
- Supported adaptive-icon | ||
- Supported android:roundIcon correctly (instead of hardcode) | ||
- Bumped Gradle version to 4.10.2 (latest stable) | ||
- Bugs fixed | ||
- Code Review | ||
|
||
## 2.2.0 | ||
|
||
- Fixed the wrong usage of buildType and flavor, now we use dimension for the combination name | ||
- Fixed deploy script | ||
- Bumped Gradle version to 4.6, Android Gradle Plugin to 3.2.0 | ||
|
||
## 2.1.1 | ||
|
||
- Bugs fixed | ||
- Integrated Travis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
rootProject.name = 'scratch-paper' | ||
|
||
// As part of making the publishing plugins stable, the 'deferred configurable' behavior | ||
// of the 'publishing {}' block has been deprecated. | ||
// In Gradle 5.0 the 'enableFeaturePreview('STABLE_PUBLISHING')' flag will be removed | ||
// and the new behavior will become the default. | ||
// Please add 'enableFeaturePreview('STABLE_PUBLISHING')' to your settings file | ||
// and do a test run by publishing to a local repository. | ||
// If all artifacts are published as expected, there is nothing else to do. | ||
enableFeaturePreview('STABLE_PUBLISHING') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.