Release 2.0.6
This commit is contained in:
parent
5ae9873455
commit
bd9b9600c1
2 changed files with 4 additions and 4 deletions
|
@ -102,8 +102,8 @@ android {
|
||||||
resConfig "en"
|
resConfig "en"
|
||||||
minSdkVersion = 24
|
minSdkVersion = 24
|
||||||
targetSdkVersion = 30
|
targetSdkVersion = 30
|
||||||
versionCode 5 // Change to a higher number
|
versionCode 6 // Change to a higher number
|
||||||
versionName "2.0.5" // Change to a higher number
|
versionName "2.0.6" // Change to a higher number
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#define APPLICATION_NAME "AmneziaVPN"
|
#define APPLICATION_NAME "AmneziaVPN"
|
||||||
#define SERVICE_NAME "AmneziaVPN-service"
|
#define SERVICE_NAME "AmneziaVPN-service"
|
||||||
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
||||||
#define APP_MAJOR_VERSION "2.0.5"
|
#define APP_MAJOR_VERSION "2.0.6"
|
||||||
#define APP_VERSION "2.0.5.0"
|
#define APP_VERSION "2.0.6.0"
|
||||||
|
|
||||||
#endif // DEFINES_H
|
#endif // DEFINES_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue