0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Advanced version number to 1.0.1

This commit is contained in:
Markus Fisch 2017-08-27 18:37:44 +02:00
parent 25173bd7c7
commit 2d70b64dd1
2 changed files with 6 additions and 2 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
# Change Log
## 1.0.1
* Keep proguard from messing with renderscript

View File

@ -14,8 +14,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 1
versionName '1.0.0'
versionCode 2
versionName '1.0.1'
renderscriptTargetApi 24
renderscriptSupportModeEnabled true