Skip to content

Commit 32ecd9f

Browse files
committed
Bump to 1.2
1 parent 100c7cd commit 32ecd9f

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Change Log
2+
3+
## [1.2](https://github.com/thepracticaldev/DEV-Android/tree/1.2) (2019-05-30)
4+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.1...1.2)
5+
6+
**Closed issues:**
7+
8+
- Image Upload Tool Not Working [\#29](https://github.com/thepracticaldev/DEV-Android/issues/29)
9+
- Moving `main url` out of `strings.xml` [\#20](https://github.com/thepracticaldev/DEV-Android/issues/20)
10+
11+
**Merged pull requests:**
12+
13+
- Fix Android lint warnings [\#30](https://github.com/thepracticaldev/DEV-Android/pull/30) ([robertoissc](https://github.com/robertoissc))
14+
- Codestyle and dependency upgrades [\#28](https://github.com/thepracticaldev/DEV-Android/pull/28) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
15+
- Feature/Moving `main url` out of `strings.xml` [\#27](https://github.com/thepracticaldev/DEV-Android/pull/27) ([VarunBarad](https://github.com/VarunBarad))
16+
- Codestyle cleanup [\#22](https://github.com/thepracticaldev/DEV-Android/pull/22) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
17+
18+
## [1.1](https://github.com/thepracticaldev/DEV-Android/tree/1.1) (2019-04-30)
19+
[Full Changelog](https://github.com/thepracticaldev/DEV-Android/compare/1.0...1.1)
20+
21+
**Fixed bugs:**
22+
23+
- Update Adaptive Icon [\#13](https://github.com/thepracticaldev/DEV-Android/issues/13)
24+
- Signing in with Firefox as the default browser does not work [\#12](https://github.com/thepracticaldev/DEV-Android/issues/12)
25+
26+
**Merged pull requests:**
27+
28+
- Fix sign in issue [\#21](https://github.com/thepracticaldev/DEV-Android/pull/21) ([maestromac](https://github.com/maestromac))
29+
- Set adaptive icon background to black and update readme [\#19](https://github.com/thepracticaldev/DEV-Android/pull/19) ([jhw866](https://github.com/jhw866))
30+
- Update dependencies [\#16](https://github.com/thepracticaldev/DEV-Android/pull/16) ([MSF-Jarvis](https://github.com/MSF-Jarvis))
31+
- Refactored to AndroidX [\#15](https://github.com/thepracticaldev/DEV-Android/pull/15) ([tujson](https://github.com/tujson))
32+
- Update README [\#9](https://github.com/thepracticaldev/DEV-Android/pull/9) ([maestromac](https://github.com/maestromac))
33+
- Code of Conduct [\#8](https://github.com/thepracticaldev/DEV-Android/pull/8) ([jessleenyc](https://github.com/jessleenyc))
34+
35+
## [1.0](https://github.com/thepracticaldev/DEV-Android/tree/1.0) (2019-04-18)
36+
**Closed issues:**
37+
38+
- Interested to contribute on the following project [\#6](https://github.com/thepracticaldev/DEV-Android/issues/6)
39+
- Chrome share only shares Dev.to [\#5](https://github.com/thepracticaldev/DEV-Android/issues/5)
40+
41+
**Merged pull requests:**
42+
43+
- fix: Choose File Option Not Working Issue [\#26](https://github.com/thepracticaldev/DEV-Android/pull/26) ([subbramanil](https://github.com/subbramanil))
44+
- Create base architecture [\#7](https://github.com/thepracticaldev/DEV-Android/pull/7) ([luchfilip](https://github.com/luchfilip))
45+
46+
47+
48+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "to.dev.dev_android"
1111
minSdkVersion 19
1212
targetSdkVersion 28
13-
versionCode 3
14-
versionName "1.1"
13+
versionCode 4
14+
versionName "1.2"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {

0 commit comments

Comments
 (0)