Skip to content

Commit

Permalink
Converted from Java to Kotlin. Unfortunately bumps APK size from 55KB…
Browse files Browse the repository at this point in the history
… to 2MB :/
  • Loading branch information
fischman committed Nov 27, 2023
1 parent bceae46 commit 92a6c77
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 226 deletions.
6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}

android {
Expand All @@ -23,12 +24,14 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}

dependencies {
//implementation 'androidx.core:core-ktx:+'


// implementation 'androidx.appcompat:appcompat:1.6.1'
// implementation 'com.google.android.material:material:1.8.0'
Expand Down
224 changes: 0 additions & 224 deletions app/src/main/java/org/fischman/noexplore/NoExploreService.java

This file was deleted.

Loading

0 comments on commit 92a6c77

Please sign in to comment.