Skip to content

Commit 26c2007

Browse files
committed
Release 1.0.1
1 parent 50e2cea commit 26c2007

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/SandroMachado/AndroidTampering/tree/1.0.1) (2016-02-02)
4+
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.0...1.0.1)
5+
6+
**Closed issues:**
7+
8+
- min SDK [\#1](https://github.com/SandroMachado/AndroidTampering/issues/1)
9+
10+
**Merged pull requests:**
11+
12+
- Update JitPack badge [\#3](https://github.com/SandroMachado/AndroidTampering/pull/3) ([SandroMachado](https://github.com/SandroMachado))
13+
- Set the minimum SDK version to 10 [\#2](https://github.com/SandroMachado/AndroidTampering/pull/2) ([SandroMachado](https://github.com/SandroMachado))
14+
15+
## [1.0.0](https://github.com/SandroMachado/AndroidTampering/tree/1.0.0) (2016-01-12)
16+
17+
18+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 10
1212
targetSdkVersion 23
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "1.0.1"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)