Skip to content

Commit

Permalink
Use jar library instead of java files
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Nov 9, 2023
1 parent 0c77dc0 commit a197915
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 5,390 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

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

Binary file added app/arity-2.1.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 67,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2")
implementation("androidx.compose.material:material-icons-extended:1.5.4")
implementation("androidx.navigation:navigation-compose:2.7.5")
implementation(project(mapOf("path" to ":arity")))
implementation(files("arity-2.1.2.jar"))
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down
1 change: 0 additions & 1 deletion arity/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions arity/build.gradle.kts

This file was deleted.

32 changes: 0 additions & 32 deletions arity/src/main/java/org/javia/arity/ArityException.java

This file was deleted.

51 changes: 0 additions & 51 deletions arity/src/main/java/org/javia/arity/ByteStack.java

This file was deleted.

Loading

0 comments on commit a197915

Please sign in to comment.