summaryrefslogtreecommitdiff
path: root/main/build.gradle.kts
AgeCommit message (Collapse)Author
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
2019-02-22Version 0.7.8Arne Schwabe
2019-02-07Fix building openvpn3 related filesArne Schwabe
Also remove noovpn3. I don't use it myself and don't want to spend the time right now to fix it.
2019-02-03Change gradle files to kotlinArne Schwabe