We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7007b87 commit 412968cCopy full SHA for 412968c
build.gradle
@@ -1,6 +1,6 @@
1
/**
2
* Paintroid: An image manipulation application for Android.
3
- * Copyright (C) 2010-2015 The Catrobat Team
+ * Copyright (C) 2010-2021 The Catrobat Team
4
* (<http://developer.catrobat.org/credits>)
5
*
6
* This program is free software: you can redistribute it and/or modify
@@ -44,8 +44,8 @@ ext {
44
45
androidSupportLibraryVersion = '28.0.0'
46
47
- androidVersionCode = 38
48
- androidVersionName = '2.7.1'
+ androidVersionCode = 40
+ androidVersionName = '2.7.3'
49
}
50
51
if(project.hasProperty("snapshot")) {
0 commit comments