Skip to content

Commit

Permalink
[APPC-3551] added missing aar file and changed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danfbfern committed Mar 3, 2023
1 parent 2315555 commit 03b92ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ gen-external-apklibs

#Misc
*.keystore
*.aar
android-magnessdk-5.3.0.aar
5 changes: 1 addition & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import com.google.gson.JsonObject
import groovy.json.JsonParser
import groovy.json.JsonSlurper
import org.apache.groovy.json.internal.LazyMap

plugins {
id("appcoins.android.app")
Expand Down Expand Up @@ -49,7 +46,7 @@ android {

dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation(project(":legacy:tn"))
// implementation(project(":legacy:tn"))
implementation(project(":legacy:airdrop"))
implementation(project(":legacy:billing"))
implementation(project(":legacy:commons"))
Expand Down
Binary file added legacy/tn/trustnative.aar
Binary file not shown.

0 comments on commit 03b92ed

Please sign in to comment.