File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
core/networking/src/test/kotlin/com/w2sv/networking/model Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ publish:
5959 @$(MAKE) check
6060
6161 @$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
62- @$(MAKE) baseline-profile
62+ @# $(MAKE) baseline-profile
6363
6464 @echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push
6565
Original file line number Diff line number Diff line change 11package com.w2sv.networking.model
22
3+ import kotlin.test.assertTrue
34import kotlinx.coroutines.test.runTest
45import okhttp3.OkHttpClient
56import org.junit.Test
6- import kotlin.test.assertTrue
77
88class IPAddressTest {
99
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ android.nonTransitiveRClass=true
1212android.uniquePackageNames =true
1313android.nonFinalResIds =false
1414# ======= Version =======
15- version =1.6.0. 1
16- versionCode =62
15+ version =1.6.1
16+ versionCode =63
You can’t perform that action at this time.
0 commit comments