Release 3.0.9
This commit is contained in:
parent
2f897c9c98
commit
c7d2a3ffd4
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
|
|||
|
||||
set(PROJECT AmneziaVPN)
|
||||
|
||||
project(${PROJECT} VERSION 3.0.8.1
|
||||
project(${PROJECT} VERSION 3.0.9.0
|
||||
DESCRIPTION "AmneziaVPN"
|
||||
HOMEPAGE_URL "https://amnezia.org/"
|
||||
)
|
||||
|
|
|
@ -138,8 +138,8 @@ android {
|
|||
resConfig "en"
|
||||
minSdkVersion = 24
|
||||
targetSdkVersion = 34
|
||||
versionCode 26 // Change to a higher number
|
||||
versionName "3.0.8" // Change to a higher number
|
||||
versionCode 31 // Change to a higher number
|
||||
versionName "3.0.9" // Change to a higher number
|
||||
|
||||
javaCompileOptions.annotationProcessorOptions.arguments = [
|
||||
"room.schemaLocation": "${qtAndroidDir}/schemas".toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue