Skip to content

Commit

Permalink
Bump to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maestromac committed May 30, 2019
1 parent 100c7cd commit 32ecd9f
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Change Log

## [1.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2) (2019-05-30)
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.1...1.2)

**Closed issues:**

- Image Upload Tool Not Working [\#29](https://github.com/thepracticaldev/DEV-Android/issues/29)
- Moving `main url` out of `strings.xml` [\#20](https://github.com/thepracticaldev/DEV-Android/issues/20)

**Merged pull requests:**

- Fix Android lint warnings [\#30](https://github.com/thepracticaldev/DEV-Android/pull/30) ([robertoissc](https://github.com/robertoissc))
- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
- Feature/Moving `main url` out of `strings.xml` [\#27](https://github.com/thepracticaldev/DEV-Android/pull/27) ([VarunBarad](https://github.com/VarunBarad))
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([MSF-Jarvis](https://github.com/MSF-Jarvis))

## [1.1](https://github.com/thepracticaldev/DEV-Android/tree/1.1) (2019-04-30)
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.0...1.1)

**Fixed bugs:**

- Update Adaptive Icon [\#13](https://github.com/thepracticaldev/DEV-Android/issues/13)
- Signing in with Firefox as the default browser does not work [\#12](https://github.com/thepracticaldev/DEV-Android/issues/12)

**Merged pull requests:**

- Fix sign in issue [\#21](https://github.com/thepracticaldev/DEV-Android/pull/21) ([maestromac](https://github.com/maestromac))
- Set adaptive icon background to black and update readme [\#19](https://github.com/thepracticaldev/DEV-Android/pull/19) ([jhw866](https://github.com/jhw866))
- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
- Refactored to AndroidX [\#15](https://github.com/thepracticaldev/DEV-Android/pull/15) ([tujson](https://github.com/tujson))
- Update README [\#9](https://github.com/thepracticaldev/DEV-Android/pull/9) ([maestromac](https://github.com/maestromac))
- Code of Conduct [\#8](https://github.com/thepracticaldev/DEV-Android/pull/8) ([jessleenyc](https://github.com/jessleenyc))

## [1.0](https://github.com/thepracticaldev/DEV-Android/tree/1.0) (2019-04-18)
**Closed issues:**

- Interested to contribute on the following project [\#6](https://github.com/thepracticaldev/DEV-Android/issues/6)
- Chrome share only shares Dev.to [\#5](https://github.com/thepracticaldev/DEV-Android/issues/5)

**Merged pull requests:**

- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil))
- Create base architecture [\#7](https://github.com/thepracticaldev/DEV-Android/pull/7) ([luchfilip](https://github.com/luchfilip))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "to.dev.dev_android"
minSdkVersion 19
targetSdkVersion 28
versionCode 3
versionName "1.1"
versionCode 4
versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 32ecd9f

Please sign in to comment.