diff --git a/Liferay-iOS-SDK.podspec b/Liferay-iOS-SDK.podspec index cebfee50..e4a33093 100644 --- a/Liferay-iOS-SDK.podspec +++ b/Liferay-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" s.module_name = "LRMobileSDK" - s.version = "7.0.2" + s.version = "7.0.3" s.summary = "Build iOS apps for Liferay." s.homepage = "https://github.com/liferay/liferay-mobile-sdk" s.license = { @@ -15,10 +15,9 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.source = { :git => "https://github.com/liferay/liferay-mobile-sdk.git", - :tag => "ios-7.0.2" + :tag => "ios-7.0.3" } s.source_files = "ios/Source/**/*.{h,m}" - s.exclude_files = "**/*_v62.{h,m}" s.resource_bundles = { "Liferay-iOS-SDK" => [ "ios/Source/Util/Localization/*.lproj" diff --git a/android/build.gradle b/android/build.gradle index d3ba40a1..d52368bc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,6 @@ sourceSets { main { java { srcDir 'src/gen/java' - exclude '**/v62/**' } } } diff --git a/android/gradle.properties b/android/gradle.properties index 34a01077..4c1cccb4 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -9,4 +9,4 @@ ## description=Liferay Android SDK - version=7.0.0 \ No newline at end of file + version=7.0.1 \ No newline at end of file diff --git a/ios/build.gradle b/ios/build.gradle index baface2b..afe5f65e 100644 --- a/ios/build.gradle +++ b/ios/build.gradle @@ -5,5 +5,4 @@ task zip(type: Zip) { destinationDir = project.buildDir version = project.version from 'Source' - exclude '**/v62/**' } \ No newline at end of file diff --git a/ios/gradle.properties b/ios/gradle.properties index 9747b892..47de4fdf 100644 --- a/ios/gradle.properties +++ b/ios/gradle.properties @@ -8,4 +8,4 @@ ## Build ## - version=7.0.2 \ No newline at end of file + version=7.0.3 \ No newline at end of file