Skip to content

Commit

Permalink
Purge some useless crap, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Jan 20, 2024
1 parent a6d7507 commit 840d6b6
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 539 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
3 changes: 0 additions & 3 deletions app/KotlinTest.kt

This file was deleted.

3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
}

Expand Down
21 changes: 0 additions & 21 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions docs/index.md

This file was deleted.

4 changes: 2 additions & 2 deletions lib/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LOCAL_SRC_FILES := $(FUDGE_CORE) $(CAMLIB_CORE) $(LUA_CORE)
LOCAL_C_INCLUDES += $(LOCAL_PATH) $(LOCAL_PATH)/camlib/src
LOCAL_LDLIBS += -llog

#LIBUIFW := libuifw
LIBUIFW := ../../libuifw
LIBUIFW := libuifw
#LIBUIFW := ../../libuifw

LOCAL_SRC_FILES += $(LIBUIFW)/libui.c
LOCAL_C_INCLUDES += $(LIBUIFW)
Expand Down
19 changes: 0 additions & 19 deletions lib/Rust.mk

This file was deleted.

3 changes: 0 additions & 3 deletions lib/lib.rs

This file was deleted.

Loading

0 comments on commit 840d6b6

Please sign in to comment.