Skip to content

Commit 412968c

Browse files
authored
Release v2.7.3 version increase
Note: v2.7.2 was skipped due to publishing issue, see 7007b87
1 parent 7007b87 commit 412968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Paintroid: An image manipulation application for Android.
3-
* Copyright (C) 2010-2015 The Catrobat Team
3+
* Copyright (C) 2010-2021 The Catrobat Team
44
* (<http://developer.catrobat.org/credits>)
55
*
66
* This program is free software: you can redistribute it and/or modify
@@ -44,8 +44,8 @@ ext {
4444

4545
androidSupportLibraryVersion = '28.0.0'
4646

47-
androidVersionCode = 38
48-
androidVersionName = '2.7.1'
47+
androidVersionCode = 40
48+
androidVersionName = '2.7.3'
4949
}
5050

5151
if(project.hasProperty("snapshot")) {

0 commit comments

Comments
 (0)