Skip to content

Commit 2b8e937

Browse files
committed
* improved layout for smaller displays (800x480)
* now supports both TensorFlow and Caffe for ARM64 and ARMV7
1 parent c8cafb4 commit 2b8e937

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# V2.9
2+
* improved layout for smaller displays (800x480)
3+
* now supports both TensorFlow and Caffe for ARM64 and ARMV7
4+
15
# V2.8
26
* added version to log and button to send log to the authors
37
(to report bugs)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "openscience.crowdsource.video.experiments"
99
minSdkVersion 17
1010
targetSdkVersion 22
11-
versionCode 16
12-
versionName "2.8"
11+
versionCode 17
12+
versionName "2.9"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)