Skip to content

Commit 5eabab6

Browse files
committed
v1.2, added support for multiple file selection.
1 parent eaa65ff commit 5eabab6

File tree

9 files changed

+485
-179
lines changed

9 files changed

+485
-179
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
triops.apk:
22
a simple Android tool for encryption/decryption of files.
33

4+
Last version available and compiled is v1.2. Check [list of changes between versions](Changes.md).
5+
46
apk available here:
57
[http://wp.me/p2FmmK-8T](http://wp.me/p2FmmK-8T)
68

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId "com.example.triops"
99
minSdkVersion 7
1010
targetSdkVersion 22
11-
versionName '1.1'
11+
versionName '1.2'
1212
ndk {
1313
moduleName "com.example.triops"
1414
}

0 commit comments

Comments
 (0)