Skip to content

Commit

Permalink
preparing V2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Dec 19, 2016
1 parent b7235b8 commit dd52c55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# V2.0
* Major redesign of the whole app implemented by Daniil Efremov

# V0.7
* Alpha release

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "openscience.crowdsource.video.experiments"
minSdkVersion 17
targetSdkVersion 22
versionCode 7
versionName "1.3"
versionCode 8
versionName "2.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit dd52c55

Please sign in to comment.