Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
PyPiSan committed Mar 5, 2024
1 parent 5b3991b commit 04a558e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An Android app where you can watch Anime and K-drama. KinAni is an **in progress

## Download
App download Link
<a href="https://github.com/PyPiSan/KinAni/releases/download/v4.10.6-stable/KinAni.apk" target="_blank"><b>Download</b></a>
<a href="https://github.com/PyPiSan/KinAni/releases/download/v4.10.7-stable/KinAni.apk" target="_blank"><b>Download</b></a>

You can also download the latest release version.
Release lower than 4.10.6 will not work.
Expand Down Expand Up @@ -49,7 +49,7 @@ For non-developers, if you find an error in the app, please raise an issue.
```
MIT License
Copyright (c) [2023] [KinAni][@pypisan]
Copyright (c) [2024] [KinAni][@pypisan]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

def versionMajor = 4
def versionMinor = 10
def versionPatch = 6
def versionPatch = 7
def buildType="stable"

android {
Expand Down
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 40000,
"versionName": "4.10.6-stable",
"versionName": "4.10.7-stable",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 04a558e

Please sign in to comment.