Skip to content

Commit 6f20dec

Browse files
committed
Fixed version
1 parent dd4e3c3 commit 6f20dec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AndTinder/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
22
apply from: '../jacoco.gradle'
33

44
ext.versionMajor = 0
5-
ext.versionMinor = 0
6-
ext.versionPatch = 4
5+
ext.versionMinor = 4
6+
ext.versionPatch = 0
77

88
buildscript {
99
repositories {

AndTinderDemo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
22
apply from: '../jacoco.gradle'
33

44
ext.versionMajor = 0
5-
ext.versionMinor = 0
6-
ext.versionPatch = 4
5+
ext.versionMinor = 4
6+
ext.versionPatch = 0
77

88

99
android {

0 commit comments

Comments
 (0)