From 21a3e0a2041a7d8727c07e6d7aed4fab538942a1 Mon Sep 17 00:00:00 2001 From: Shivam Soni Date: Fri, 23 Dec 2022 21:26:15 +0530 Subject: [PATCH 1/2] Update build.gradle --- app/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac694d9..42bf78a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,6 +26,10 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + lintOptions{ + checkReleaseBuilds false + abortOnError false + } } dependencies { @@ -38,4 +42,4 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' -} \ No newline at end of file +} From 856e5e7b46fd72121ca775fd7ca353e616566e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 15:57:03 +0000 Subject: [PATCH 2/2] Bump junit from 1.1.2 to 1.1.4 Bumps junit from 1.1.2 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 42bf78a..36e96a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,6 +40,6 @@ dependencies { implementation 'androidx.navigation:navigation-fragment:2.4.2' implementation 'androidx.navigation:navigation-ui:2.4.2' testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }