Skip to content

Commit 819e6db

Browse files
committed
rename module
1 parent 43bafab commit 819e6db

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+12
-11
lines changed

example/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation project(path: ':fcl-android')
36-
35+
implementation project(path: ':fcl')
3736
implementation 'androidx.core:core-ktx:1.6.0'
3837
implementation 'androidx.appcompat:appcompat:1.3.1'
3938
implementation 'com.google.android.material:material:1.3.0'
File renamed without changes.

fcl-android/src/androidTest/java/io/outblock/fcl/ExampleInstrumentedTest.kt renamed to fcl/src/androidTest/java/io/outblock/fcl/ExampleInstrumentedTest.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package io.outblock.fcl
22

3-
import androidx.test.platform.app.InstrumentationRegistry
43
import androidx.test.ext.junit.runners.AndroidJUnit4
5-
4+
import androidx.test.platform.app.InstrumentationRegistry
5+
import org.junit.Assert.assertEquals
66
import org.junit.Test
77
import org.junit.runner.RunWith
88

9-
import org.junit.Assert.*
10-
119
/**
1210
* Instrumented test, which will execute on an Android device.
1311
*

fcl-android/src/main/java/io/outblock/fcl/Fcl.kt renamed to fcl/src/main/java/io/outblock/fcl/Fcl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ object Fcl {
161161

162162
fun verifyAccountProof(includeDomainTag: Boolean = false): FclResult<Boolean> {
163163
assert(Thread.currentThread() != Looper.getMainLooper().thread) { "can't call this method in main thread." }
164-
165164
return processResult {
166165
runBlocking { AccountProofRequest().request(includeDomainTag) }
167166
}
File renamed without changes.

fcl-android/src/main/java/io/outblock/fcl/cadence/Cadences.kt renamed to fcl/src/main/java/io/outblock/fcl/cadence/Cadences.kt

File renamed without changes.

0 commit comments

Comments
 (0)