From b9e59476458f827e54c8b6cd0a7764c90fa304df Mon Sep 17 00:00:00 2001 From: Michael Rozumyanskiy Date: Mon, 14 Oct 2024 00:03:57 +0300 Subject: [PATCH] Bump version to 8.13.46 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78877ee7..6dddd79b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation 'io.michaelrocks:libphonenumber-android:8.13.45' + implementation 'io.michaelrocks:libphonenumber-android:8.13.46' } ``` @@ -63,5 +63,5 @@ License limitations under the License. [1]: https://github.com/googlei18n/libphonenumber - [2]: http://www.methodscount.com/?lib=com.googlecode.libphonenumber%3Alibphonenumber%3A8.13.45 + [2]: http://www.methodscount.com/?lib=com.googlecode.libphonenumber%3Alibphonenumber%3A8.13.46 [3]: http://blog.nimbledroid.com/2016/04/06/slow-ClassLoader.getResourceAsStream.html diff --git a/build.gradle b/build.gradle index 82df1d70..67d0ebe0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { group = 'io.michaelrocks' - version = '8.13.45' + version = '8.13.46' ext.projectCompileSdkVersion = 35 ext.projectBuildToolsVersion = '35.0.0'