Skip to content

Commit 6e7b7d1

Browse files
committed
1.6.1
1 parent 2b107ad commit 6e7b7d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

core/networking/src/test/kotlin/com/w2sv/networking/model/IPAddressTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.w2sv.networking.model
22

3+
import kotlin.test.assertTrue
34
import kotlinx.coroutines.test.runTest
45
import okhttp3.OkHttpClient
56
import org.junit.Test
6-
import kotlin.test.assertTrue
77

88
class IPAddressTest {
99

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ android.nonTransitiveRClass=true
1212
android.uniquePackageNames=true
1313
android.nonFinalResIds=false
1414
# ======= Version =======
15-
version=1.6.0.1
16-
versionCode=62
15+
version=1.6.1
16+
versionCode=63

0 commit comments

Comments
 (0)