Move qt binding java code to a separate module

This commit is contained in:
albexk 2023-11-15 22:10:44 +03:00
parent 4e5f2f44b6
commit 2fde47a86f
3 changed files with 31 additions and 3 deletions

View file

@ -33,6 +33,8 @@ plugins {
rootProject.name = "AmneziaVPN"
rootProject.buildFileName = "build.gradle.kts"
include(":qt")
// get values from gradle or local properties
val androidBuildToolsVersion: String by gradleProperties
val androidCompileSdkVersion: String by gradleProperties