Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 20, 2021
1 parent 00f93da commit ae1b6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ title: Downloads
<button class="button button--outline button--info">Windows Setup</button>
<ul class="dropdown__menu">
<li>
<a class="dropdown__link" href="https://github.com/LinwoodCloud/dev_doctor/releases/download/release/Butterfly-Setup.exe">
<a class="dropdown__link" href="https://github.com/LinwoodCloud/dev_doctor/releases/download/release/DevDoctor-Setup.exe">
Release
</a>
<a class="dropdown__link" href="https://github.com/LinwoodCloud/dev_doctor/releases/download/preview/Butterfly-Setup.exe">
<a class="dropdown__link" href="https://github.com/LinwoodCloud/dev_doctor/releases/download/preview/DevDoctor-Setup.exe">
Preview
</a>
</li>
Expand Down

1 comment on commit ae1b6bd

@vercel
Copy link

@vercel vercel bot commented on ae1b6bd Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.