diff --git a/Makefile b/Makefile index 67631c28..1b2c51b3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ publish: @$(MAKE) check @$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir - @$(MAKE) baseline-profile + @#$(MAKE) baseline-profile @echo "Pushing latest changes";git add .;git commit -m "${VERSION}";git push diff --git a/core/networking/src/test/kotlin/com/w2sv/networking/model/IPAddressTest.kt b/core/networking/src/test/kotlin/com/w2sv/networking/model/IPAddressTest.kt index bcfb6819..525386dc 100644 --- a/core/networking/src/test/kotlin/com/w2sv/networking/model/IPAddressTest.kt +++ b/core/networking/src/test/kotlin/com/w2sv/networking/model/IPAddressTest.kt @@ -1,9 +1,9 @@ package com.w2sv.networking.model +import kotlin.test.assertTrue import kotlinx.coroutines.test.runTest import okhttp3.OkHttpClient import org.junit.Test -import kotlin.test.assertTrue class IPAddressTest { diff --git a/gradle.properties b/gradle.properties index 49e07818..012db82d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,5 +12,5 @@ android.nonTransitiveRClass=true android.uniquePackageNames=true android.nonFinalResIds=false # ======= Version ======= -version=1.6.0.1 -versionCode=62 +version=1.6.1 +versionCode=63