Skip to content

Commit 5e2fc6b

Browse files
committed
Release 1.0.3
1 parent 7df959f commit 5e2fc6b

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/SandroMachado/AndroidTampering/tree/1.0.3) (2016-02-27)
4+
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.2...1.0.3)
5+
6+
**Closed issues:**
7+
8+
- log message not shown in logcat [\#5](https://github.com/SandroMachado/AndroidTampering/issues/5)
9+
10+
**Merged pull requests:**
11+
12+
- Add Aerial to the applications list [\#8](https://github.com/SandroMachado/AndroidTampering/pull/8) ([SandroMachado](https://github.com/SandroMachado))
13+
- Fix get certificate signature method [\#7](https://github.com/SandroMachado/AndroidTampering/pull/7) ([SandroMachado](https://github.com/SandroMachado))
14+
- Update README.md [\#6](https://github.com/SandroMachado/AndroidTampering/pull/6) ([SandroMachado](https://github.com/SandroMachado))
15+
316
## [1.0.2](https://github.com/SandroMachado/AndroidTampering/tree/1.0.2) (2016-02-03)
417
[Full Changelog](https://github.com/SandroMachado/AndroidTampering/compare/1.0.1...1.0.2)
518

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.2"
14+
versionName "1.0.3"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)