From 7b25e8ae1fded91dd3c1640840745ffb785bda64 Mon Sep 17 00:00:00 2001 From: umer0586 Date: Wed, 23 Oct 2024 14:29:48 +0500 Subject: [PATCH] files removed --- app/release/output-metadata.json | 37 ------------------- .../umer0586/sensagram/ExampleUnitTest.kt | 17 --------- 2 files changed, 54 deletions(-) delete mode 100644 app/release/output-metadata.json delete mode 100644 app/src/test/java/com/github/umer0586/sensagram/ExampleUnitTest.kt diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json deleted file mode 100644 index 1af996c..0000000 --- a/app/release/output-metadata.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "APK", - "kind": "Directory" - }, - "applicationId": "com.github.umer0586.sensagram", - "variantName": "release", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0.0", - "outputFile": "app-release.apk" - } - ], - "elementType": "File", - "baselineProfiles": [ - { - "minApi": 28, - "maxApi": 30, - "baselineProfiles": [ - "baselineProfiles/1/app-release.dm" - ] - }, - { - "minApi": 31, - "maxApi": 2147483647, - "baselineProfiles": [ - "baselineProfiles/0/app-release.dm" - ] - } - ], - "minSdkVersionForDexing": 21 -} \ No newline at end of file diff --git a/app/src/test/java/com/github/umer0586/sensagram/ExampleUnitTest.kt b/app/src/test/java/com/github/umer0586/sensagram/ExampleUnitTest.kt deleted file mode 100644 index 172ba4d..0000000 --- a/app/src/test/java/com/github/umer0586/sensagram/ExampleUnitTest.kt +++ /dev/null @@ -1,17 +0,0 @@ -package com.github.umer0586.sensagram - -import org.junit.Test - -import org.junit.Assert.* - -/** - * Example local unit test, which will execute on the development machine (host). - * - * See [testing documentation](http://d.android.com/tools/testing). - */ -class ExampleUnitTest { - @Test - fun addition_isCorrect() { - assertEquals(4, 2 + 2) - } -} \ No newline at end of file