-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50e2cea
commit 26c2007
Showing
2 changed files
with
19 additions
and
1 deletion.
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,18 @@ | ||
# Changelog | ||
|
||
## [1.0.1](https://github.com/SandroMachado/AndroidTampering/tree/1.0.1) (2016-02-02) | ||
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.0...1.0.1) | ||
|
||
**Closed issues:** | ||
|
||
- min SDK [\#1](https://github.com/SandroMachado/AndroidTampering/issues/1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Update JitPack badge [\#3](https://github.com/SandroMachado/AndroidTampering/pull/3) ([SandroMachado](https://github.com/SandroMachado)) | ||
- Set the minimum SDK version to 10 [\#2](https://github.com/SandroMachado/AndroidTampering/pull/2) ([SandroMachado](https://github.com/SandroMachado)) | ||
|
||
## [1.0.0](https://github.com/SandroMachado/AndroidTampering/tree/1.0.0) (2016-01-12) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ android { | |
minSdkVersion 10 | ||
targetSdkVersion 23 | ||
versionCode 1 | ||
versionName "1.0" | ||
versionName "1.0.1" | ||
} | ||
} | ||
|