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 b2260cf commit e878b80Copy full SHA for e878b80
CHANGES.txt
@@ -1,3 +1,6 @@
1
+# V2.1
2
+ * Minor changes (mainly text update)
3
+
4
# V2.0
5
* Major redesign of the whole app implemented by Daniil Efremov
6
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "openscience.crowdsource.video.experiments"
9
minSdkVersion 17
10
targetSdkVersion 22
11
- versionCode 8
12
- versionName "2.0"
+ versionCode 9
+ versionName "2.1"
13
}
14
buildTypes {
15
release {
0 commit comments