Skip to content

Commit

Permalink
android: upgrade kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sstasi95 committed Nov 15, 2023
1 parent 8c0d827 commit 9d1f72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unofficial [Azure DevOps](https://azure.microsoft.com/en-us/products/devops) mob


Features:
- Login with your Personal Access Token
- Login with Microsoft or with your Personal Access Token
- See and manage your pipelines
- See your commits
- See and manage your work items
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 9d1f72d

Please sign in to comment.