File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ✔️Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
6
+ adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 1.0.0] - 2022-09-03
11
+
12
+ * Release the first version after the migration
13
+
14
+ [ Unreleased ] : https://github.com/Drjacky/anticaptcha-kotlin/compare/v1.0.0...HEAD
15
+
16
+ [ 1.0.0 ] : https://github.com/Drjacky/anticaptcha-kotlin/tree/v1.0.0
Original file line number Diff line number Diff line change 1
1
# Anti-Captcha ⅁
2
2
3
+ [ ![ Releases] ( https://img.shields.io/github/release/Drjacky/anticaptcha-kotlin/all.svg?style=flat-square )] ( https://github.com/Drjacky/anticaptcha-kotlin/releases )
3
4
![ Language] ( https://img.shields.io/badge/Kotlin-1.7.10-blue ) ![ License] ( https://img.shields.io/github/license/Drjacky/anticaptcha-kotlin?logo=MIT )
4
5
5
6
Access to Anti Captcha API v2 via Kotlin
6
7
7
8
## How to use 👣
9
+
10
+ - Add ` https://jitpack.io ` to your ` build.gradle `
8
11
- Create an account [ here] ( http://getcaptchasolution.com/kt1yavajcg )
9
12
- Set the client key by ` setClientKey `
10
13
- Run the main function in the Main class
You can’t perform that action at this time.
0 commit comments