From f62d2a99415cfacb139b086b3b57f4191bd9b94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Deusdar=C3=A1?= Date: Wed, 9 Oct 2019 12:54:31 -0300 Subject: [PATCH] changing SDK Version and adding homepage for ios MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilherme Deusdará --- android/build.gradle | 10 +++++----- ios/RNImgToBase64.podspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index a28f0dd..b76a8a7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,14 +12,14 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 16 - targetSdkVersion 22 - versionCode 1 - versionName "1.0" + targetSdkVersion 28 + versionCode 2 + versionName "1.1" } lintOptions { abortOnError false diff --git a/ios/RNImgToBase64.podspec b/ios/RNImgToBase64.podspec index 44da4ed..60a38d6 100644 --- a/ios/RNImgToBase64.podspec +++ b/ios/RNImgToBase64.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.description = <<-DESC Convert img to base64 DESC - s.homepage = "" + s.homepage = "https://github.com/Snapp-FidMe/react-native-img-to-base64" s.license = "MIT" s.author = { "author" => "contact@snapp.fr" } s.platform = :ios, "7.0"