commit bd61739db05793c93ea345ea2de9277989a0c850 Author: n8fr8 nathan@freitas.net Date: Wed Sep 5 22:04:09 2018 -0400
update version and constrains library --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index 7fd095b1..be2c1830 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ android { minSdkVersion 16 applicationId 'org.torproject.android' targetSdkVersion 27 - versionCode 16020041 + versionCode 16020043 versionName '16.0.2-RC-1' archivesBaseName = "Orbot-$versionName" } @@ -78,7 +78,7 @@ android {
dependencies { implementation 'com.github.delight-im:Android-Languages:v1.0.1' - implementation 'com.android.support.constraint:constraint-layout:1.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation project(':orbotservice') implementation 'com.android.support:design:27.1.1' implementation 'pl.bclogic:pulsator4droid:1.0.3'