Skip to content

Commit 0a34ea6

Browse files
committed
Prepare release
1 parent c469b6d commit 0a34ea6

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changelog for version 1.1.3:
2+
3+
* Enum arguments for NativeCall implemented
4+
15
Changelog for version 1.1.2:
26

37
* Minimum SDK version changed to 21

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ MIT License
33
Copyright (c) 2020 andycandy-de
44
Copyright (c) 2021 andycandy-de
55
Copyright (c) 2024 andycandy-de
6+
Copyright (c) 2025 andycandy-de
67

78
Permission is hereby granted, free of charge, to any person obtaining a copy
89
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ repositories {
233233
Add the library to the dependencies block.
234234
```gradle
235235
dependencies {
236-
implementation 'com.github.andycandy-de:simple-android-bridge:1.1.2'
236+
implementation 'com.github.andycandy-de:simple-android-bridge:1.1.3'
237237
}
238238
```
239239

SimpleAndroidBridgeLib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tasks {
5959
mavenPublishing {
6060
publishToMavenCentral()
6161

62-
coordinates("com.github.andycandy-de", "simple-android-bridge", "1.1.2")
62+
coordinates("com.github.andycandy-de", "simple-android-bridge", "1.1.3")
6363

6464
pom {
6565
name.set("simple-android-bridge")

0 commit comments

Comments
 (0)