Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-01-07 05:49:01 +0300
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-01-07 05:49:01 +0300
commit6385a6f42e04a5bbbf29902b4b756d7a19138bbe (patch)
tree1090ffa44e948817f080332274322bd149ddbff0 /cross-tab-drag-and-drop
parentcb89ab6710e1369c4457b686662ebec4753decb5 (diff)
Delete unnecessary files
Diffstat (limited to 'cross-tab-drag-and-drop')
-rw-r--r--cross-tab-drag-and-drop/.gitignore1
-rw-r--r--cross-tab-drag-and-drop/consumer-rules.pro0
-rw-r--r--cross-tab-drag-and-drop/proguard-rules.pro21
-rw-r--r--cross-tab-drag-and-drop/src/test/java/it/niedermann/android/crosstabdnd/ExampleUnitTest.java17
4 files changed, 0 insertions, 39 deletions
diff --git a/cross-tab-drag-and-drop/.gitignore b/cross-tab-drag-and-drop/.gitignore
deleted file mode 100644
index 796b96d1c..000000000
--- a/cross-tab-drag-and-drop/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/build
diff --git a/cross-tab-drag-and-drop/consumer-rules.pro b/cross-tab-drag-and-drop/consumer-rules.pro
deleted file mode 100644
index e69de29bb..000000000
--- a/cross-tab-drag-and-drop/consumer-rules.pro
+++ /dev/null
diff --git a/cross-tab-drag-and-drop/proguard-rules.pro b/cross-tab-drag-and-drop/proguard-rules.pro
deleted file mode 100644
index f1b424510..000000000
--- a/cross-tab-drag-and-drop/proguard-rules.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
diff --git a/cross-tab-drag-and-drop/src/test/java/it/niedermann/android/crosstabdnd/ExampleUnitTest.java b/cross-tab-drag-and-drop/src/test/java/it/niedermann/android/crosstabdnd/ExampleUnitTest.java
deleted file mode 100644
index b07c4752a..000000000
--- a/cross-tab-drag-and-drop/src/test/java/it/niedermann/android/crosstabdnd/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package it.niedermann.android.crosstabdnd;
-
-import org.junit.Test;
-
-import static org.junit.Assert.assertEquals;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-} \ No newline at end of file