Skip to content

Commit af12d70

Browse files
authored
Merge pull request #9 from BayatGames/develop
Updates to minSdk and jitpack
2 parents 7ca58c7 + d9b3e80 commit af12d70

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This changelog follows [keep a changelog](https://keepachangelog.com/) guideline
44

55
The date format is `dd/mm/yyyy`.
66

7-
# 10/5/2023 - 1.0.2
7+
# 10/5/2023 - 1.0.4
88

99
## social-sharing
1010

@@ -15,6 +15,7 @@ The date format is `dd/mm/yyyy`.
1515
### ⬆️ Improved
1616

1717
- Changed `SocialSharing.Builder` so that it is no longer necessary to call `useSingle()` or `useMultiple()` methods, it uses `useSingle()` by default and when you need multiple URIs, call `useMultiple()`
18+
- Updated `minSdk` to `22` for compliance with Unity
1819

1920
### ✅ Added
2021

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android Social Sharing Library
22

3-
[![Publish](https://github.com/BayatGames/android-social-sharing/actions/workflows/publish.yml/badge.svg)](https://github.com/BayatGames/android-social-sharing/actions/workflows/publish.yml)
3+
[![Publish](https://github.com/BayatGames/android-social-sharing/actions/workflows/publish.yml/badge.svg)](https://github.com/BayatGames/android-social-sharing/actions/workflows/publish.yml) [![Release](https://jitpack.io/v/BayatGames/android-social-sharing.svg)](https://jitpack.io/#BayatGames/android-social-sharing)
44

55
A social sharing library for Android.
66

@@ -14,7 +14,7 @@ A social sharing library for Android.
1414
- Supports binary content (such as images)
1515
- Supports custom mime type
1616
- Aimed for JNI and native bridge usages
17-
- Available on Maven Central and GitHub packages
17+
- Available on Maven Central, Jitpack and GitHub packages
1818

1919
## Installation
2020

jitpack.yml

Whitespace-only changes.

social-sharing-unity/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
compileSdk 34
88

99
defaultConfig {
10-
minSdk 24
10+
minSdk 22
1111
targetSdk 34
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -43,7 +43,7 @@ dependencies {
4343

4444
ext {
4545
PUBLISH_GROUP_ID = 'io.bayat.android'
46-
PUBLISH_VERSION = '1.0.3'
46+
PUBLISH_VERSION = '1.0.4'
4747
PUBLISH_ARTIFACT_ID = 'social-sharing-unity'
4848
}
4949

social-sharing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
compileSdk 34
88

99
defaultConfig {
10-
minSdk 24
10+
minSdk 22
1111
targetSdk 34
1212

1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -37,7 +37,7 @@ dependencies {
3737

3838
ext {
3939
PUBLISH_GROUP_ID = 'io.bayat.android'
40-
PUBLISH_VERSION = '1.0.3'
40+
PUBLISH_VERSION = '1.0.4'
4141
PUBLISH_ARTIFACT_ID = 'social-sharing'
4242
}
4343

0 commit comments

Comments
 (0)