Move qt binding java code to a separate module
This commit is contained in:
parent
4e5f2f44b6
commit
2fde47a86f
3 changed files with 31 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue