summaryrefslogtreecommitdiff
path: root/main/build.gradle.kts
AgeCommit message (Collapse)Author
2021-10-16Version 0.7.29Arne Schwabe
2021-10-13Version 0.7.28Arne Schwabe
2021-10-07Version 0.7.27Arne Schwabe
2021-10-06Version 0.7.26Arne Schwabe
2021-10-04Version 0.7.25Arne Schwabe
2021-10-04Update dependencies version to latestArne Schwabe
2021-10-04Update okhttp to version 4.9.1 and adjust API usageArne Schwabe
2021-10-03Small gradle build file cleanupArne Schwabe
2021-10-01Remove Ice Cream Sandwich support from ics-openvpn (closes #1337)Arne Schwabe
Ice cream sandwich was the first Android version to support the VPNService API, which also gave the project its name as it was an Android port to ICS. Now that the NDK does no longer support API 14 and 15, this project needs to say farewell to Ice cream sandwich.
2021-09-27Update build system and API to 31Arne Schwabe
2021-08-25Version 0.7.24Arne Schwabe
2021-07-09Version 0.7.23Arne Schwabe
2021-06-15Upgrade build files to new versionsArne Schwabe
2021-04-15Update gradle files, remove anko dependencyArne Schwabe
2021-03-15v0.7.22Arne Schwabe
2021-02-16Update gradleArne Schwabe
2020-09-24Version 0.7.21Arne Schwabe
2020-09-21Version 0.7.20Arne Schwabe
2020-09-14Version 0.7.19Arne Schwabe
2020-09-11Enable V2 signing, update openvpn/oepnvpn3Arne Schwabe
2020-08-02Fix app not launching on older APIsArne Schwabe
2020-07-31Version 0.7.17Arne Schwabe
2020-07-31Small fixesArne Schwabe
2020-06-03Update gradle plugins and to Android studio 4.0Arne Schwabe
2020-05-19Update test dependenciesArne Schwabe
2020-05-18Fix tls-cryptv2 profile generationArne Schwabe
2020-05-06Version 0.7.16Arne Schwabe
Also update submodules to latest versions
2020-05-06Update versionsArne Schwabe
2020-04-23Update library versionsArne Schwabe
2020-03-23Update library versionsArne Schwabe
2020-03-05Version 0.7.15Arne Schwabe
2020-02-25Version 0.7.14Arne Schwabe
2019-12-20Change Swig java file generation to a more standard wayArne Schwabe
This also fixes the issues of Android studio not seeing the generated files.
2019-12-13Version 0.7.13Arne Schwabe
2019-12-12Band aid fix for old file select layout.Arne Schwabe
2019-12-11Use debug singing for release if icsopenvpnDebugSign is setArne Schwabe
2019-12-11Define plugins in Gradle Kotlin DSL styleUipko Berghuis
The use of apply plugin in kts file could cause issues, see: https://kotlinlang.org/docs/reference/using-gradle.html#using-gradle-kotlin-dsl
2019-12-11Move release signing settings to signingConfigUipko Berghuis
Use keystore for release builds and debug signing for debug builds.
2019-12-11Move swig3 magic to end of build.gradleUipko Berghuis
Start with default android stuff, move black magic to end of file.
2019-12-11Remove module specefic repository declerationUipko Berghuis
Repositories are defined in top level build.gradle. No need to define them again in the modules.
2019-12-04Version 0.7.12Arne Schwabe
2019-11-22Fix building skeleton variant, fix lint issues and release beta 0.7.11Arne Schwabe
2019-11-17Convert most fragments/activities to androidxArne Schwabe
2019-11-17Use debug signing if release signing cannot be found.Arne Schwabe
2019-11-17Upgrade to gradle 5.6.4 and android gradle plugin 3.5.2Uipko Berghuis
2019-10-28Update build scriptsArne Schwabe
2019-09-03Move to androidx and new chart library versionArne Schwabe
2019-08-13Remove old codeArne Schwabe
2019-08-05Add skeleton build variantArne Schwabe
2019-08-05Increase targeted API to Android QArne Schwabe