We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cafb4 commit 2b8e937Copy full SHA for 2b8e937
CHANGES.txt
@@ -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
+
5
# V2.8
6
* added version to log and button to send log to the authors
7
(to report bugs)
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "openscience.crowdsource.video.experiments"
9
minSdkVersion 17
10
targetSdkVersion 22
11
- versionCode 16
12
- versionName "2.8"
+ versionCode 17
+ versionName "2.9"
13
}
14
buildTypes {
15
release {
0 commit comments