diff --git a/build.gradle b/build.gradle index 1906bc4..c8b2405 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlinVersion = '2.1.21' + ext.kotlinVersion = '2.2.0' ext.okhttpVersion = '4.12.0' ext.gsonVersion = '2.13.1' ext.jjwtVersion = 'd6feebe558'