commit 7e3b3e5b1da0bb7c0b6f09232c58b670312bd339 Author: n8fr8 nathan@guardianproject.info Date: Mon Jun 28 22:37:24 2021 -0400
update grade and tor-android to 0.4.5.9 --- app/build.gradle | 2 +- appcore/build.gradle | 6 +++--- build.gradle | 2 +- orbotservice/build.gradle | 7 +++---- 4 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index 1b5dc167..9528bbbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,7 +127,7 @@ repositories {
dependencies { implementation project(':orbotservice') - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' implementation 'pl.bclogic:pulsator4droid:1.0.3' implementation 'com.github.apl-devs:appintro:v4.2.2' implementation project(path: ':appcore') diff --git a/appcore/build.gradle b/appcore/build.gradle index 6c6e3bbf..ade6ddf3 100644 --- a/appcore/build.gradle +++ b/appcore/build.gradle @@ -30,10 +30,10 @@ android {
dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.core:core-ktx:1.5.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation project(path: ':orbotservice') - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
diff --git a/build.gradle b/build.gradle index 357a92ba..212e7ca6 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { maven { url 'https://jitpack.io' } } dependencies { - classpath 'com.android.tools.build:gradle:4.2.0' + classpath 'com.android.tools.build:gradle:4.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index d680cd09..022cb8b6 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -51,18 +51,17 @@ dependencies { implementation 'com.gitlab.guardianproject:jsocksandroid:1.0.4'
implementation 'com.jaredrummler:android-shell:1.0.0' - //implementation fileTree(dir: 'libs', include: ['.so','.aar'])
- implementation 'androidx.core:core:1.3.2' + implementation 'androidx.core:core:1.5.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2'
implementation 'com.offbynull.portmapper:portmapper:2.0.5'
implementation 'info.guardianproject:geoip:20191217'
api 'info.guardianproject:jtorctl:0.4.5.7' - implementation 'info.guardianproject:tor-android:0.4.5.7' + implementation 'info.guardianproject:tor-android:0.4.5.9'
implementation 'com.github.tladesignz:IPtProxy:1.0.0' }
tor-commits@lists.torproject.org