Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jan 28, 2020
1 parent dd4e3c3 commit 6f20dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndTinder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
apply from: '../jacoco.gradle'

ext.versionMajor = 0
ext.versionMinor = 0
ext.versionPatch = 4
ext.versionMinor = 4
ext.versionPatch = 0

buildscript {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions AndTinderDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply from: '../jacoco.gradle'

ext.versionMajor = 0
ext.versionMinor = 0
ext.versionPatch = 4
ext.versionMinor = 4
ext.versionPatch = 0


android {
Expand Down

0 comments on commit 6f20dec

Please sign in to comment.