Skip to content

Commit

Permalink
feat: encapsulates the pingyin code as a jar
Browse files Browse the repository at this point in the history
  • Loading branch information
JailedBird committed Jul 20, 2023
1 parent 9d9f4a7 commit a600945
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 3,137 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand All @@ -60,7 +61,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:$nav_version")

ksp("androidx.room:room-compiler:$room_version")
implementation project(":lib")
// implementation project(":lib")
implementation("com.github.JailedBird:EdgeUtils:0.0.1-beta06")
// Hilt https://developer.android.com/training/dependency-injection/hilt-android
def hilt = "2.44"
Expand Down
Binary file added app/libs/lib.jar
Binary file not shown.
44 changes: 0 additions & 44 deletions lib/build.gradle

This file was deleted.

Binary file removed lib/jmh-libs/TinypinJmhDict-1.0.jar
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

114 changes: 0 additions & 114 deletions lib/src/main/java/com/github/promeg/pinyinhelper/Engine.java

This file was deleted.

Loading

0 comments on commit a600945

Please sign in to comment.