From 9d1f72d55a7b3956d970d09174e6dbda74db6b24 Mon Sep 17 00:00:00 2001 From: Simone Stasi Date: Wed, 15 Nov 2023 11:13:58 +0100 Subject: [PATCH] android: upgrade kotlin version --- README.md | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b22c93..7ff99054 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/android/build.gradle b/android/build.gradle index 2139d265..4c082df9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.9.10' repositories { google() mavenCentral()