commit 7919aa9ffcb43eb0e8cdc74f2f2a71e6ccd3d95c Author: Hashik Donthineni HashikDonthineni@Gmail.com Date: Fri Oct 16 21:27:45 2020 +0530
Upgraded dependencies --- app/build.gradle | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index 964695b..7cbf7a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application'
android { - compileSdkVersion 29 + compileSdkVersion 30 buildToolsVersion "29.0.3"
defaultConfig { applicationId "org.torproject.snowflake" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 1 versionName "1.0"
@@ -30,13 +30,13 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar'])
- implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
// Retrofit & OkHttp implementation 'com.squareup.retrofit2:retrofit:2.7.2' diff --git a/build.gradle b/build.gradle index be0f7ca..b477fcb 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript {
} dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' + classpath 'com.android.tools.build:gradle:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
tor-commits@lists.torproject.org