Skip to content

Commit

Permalink
Merge branch 'release/2.8.75' into 'master'
Browse files Browse the repository at this point in the history
Release 2.8.75.0

See merge request ProtonVPN/android/android-app-new!418
  • Loading branch information
mateusz-markowicz committed Aug 5, 2021
2 parents 2db1689 + d48609b commit 4fa59a2
Show file tree
Hide file tree
Showing 112 changed files with 3,166 additions and 681 deletions.
12 changes: 9 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ plugins {
apply plugin: 'io.gitlab.arturbosch.detekt'
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-parcelize'
apply plugin: 'jacoco'
apply plugin: 'com.jaredsburrows.license'
apply plugin: 'dagger.hilt.android.plugin'
Expand Down Expand Up @@ -271,6 +271,7 @@ android {
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
coreLibraryDesugaringEnabled = true
}
kotlinOptions {
jvmTarget = "1.8"
Expand Down Expand Up @@ -523,7 +524,7 @@ dependencies {
detektPlugins 'pm.algirdas.detekt:codeanalysis:0.3.2'
detektPlugins 'io.gitlab.arturbosch.detekt:detekt-formatting:1.9.1'

implementation 'com.proton:srp:1.0.0@aar'
implementation(name:'govpn', ext:'aar')
implementation 'androidx.test.espresso:espresso-idling-resource:3.3.0'
// 3.10 of commons-lang3 causes NoClassDefFoundError on start (to be investigated)
implementation 'org.apache.commons:commons-lang3:3.9'
Expand Down Expand Up @@ -580,6 +581,7 @@ dependencies {
implementation "androidx.preference:preference-ktx:1.1.1"
implementation 'com.airbnb.android:lottie:3.7.0'
implementation 'com.google.android:flexbox:2.0.1'
implementation "androidx.security:security-crypto:1.0.0"

// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
Expand Down Expand Up @@ -609,6 +611,10 @@ dependencies {
implementation "androidx.leanback:leanback-preference:$leanback_version"
implementation 'com.caverock:androidsvg:1.4'

// Wireguard
implementation 'com.wireguard.android:tunnel:1.0.20210211'
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.0.10"

// Dagger dependencies
implementation "com.google.dagger:dagger-android:$daggerVersion"
implementation "com.google.dagger:dagger-android-support:$daggerVersion"
Expand Down Expand Up @@ -663,4 +669,4 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.3.0'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
implementation project(path: ':openvpn')
}
}
Loading

0 comments on commit 4fa59a2

Please sign in to comment.