Skip to content

Commit

Permalink
chore: release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimowiczm committed Dec 21, 2024
1 parent 1fa02a4 commit d716951
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.maksimowiczm.findmyip"
minSdk = 21
targetSdk = 35
versionCode = 3
versionName = "v1.1.1"
versionCode = 4
versionName = "v1.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
#-renamesourcefileattribute SourceFile

-keep class com.maksimowiczm.findmyip.settings.Setting
-keep class kotlinx.coroutines.CoroutineExceptionHandler
-keep class kotlinx.coroutines.internal.MainDispatcherFactory
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Translate to PT-BR by @lucasmz-dev
- Improved navigation
- Fixed Internet Protocol settings

0 comments on commit d716951

Please sign in to comment.