Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Nov 24, 2024
1 parent 2b107ad commit 6e7b7d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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 {

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e7b7d1

Please sign in to comment.