Skip to content

Commit

Permalink
Merge pull request #2 from N7ghtm4r3/u2.2.4
Browse files Browse the repository at this point in the history
Updated the APIRequest and integrated the APIRequest.enableCertificat…
  • Loading branch information
N7ghtm4r3 authored Sep 9, 2024
2 parents 01a590b + d2ce6b7 commit bc4e4b4
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 198 deletions.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
57 changes: 38 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# APIManager

**v2.2.3**
**v2.2.4**

This is a Java Based library useful to work with all json api services.

Expand Down Expand Up @@ -36,15 +36,15 @@ Add the JitPack repository to your build file
```gradle
dependencies {
implementation 'com.github.N7ghtm4r3:APIManager:2.2.3'
implementation 'com.github.N7ghtm4r3:APIManager:2.2.4'
}
```
#### Gradle (Kotlin)
```gradle
dependencies {
implementation("com.github.N7ghtm4r3:APIManager:2.2.3")
implementation("com.github.N7ghtm4r3:APIManager:2.2.4")
}
```
Expand All @@ -66,7 +66,7 @@ Add the JitPack repository to your build file
<dependency>
<groupId>com.github.N7ghtm4r3</groupId>
<artifactId>APIManager</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tecknobit.com'
version '2.2.3'
version '2.2.4'

repositories {
mavenCentral()
Expand All @@ -26,7 +26,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.tecknobit.apimanager'
artifactId = 'APIManager'
version = '2.2.3'
version = '2.2.4'
from components.java
}
}
Expand Down
Loading

0 comments on commit bc4e4b4

Please sign in to comment.