Browse Source

update kotlin version

Ethosa 3 years ago
parent
commit
35c8c0d852
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -1,5 +1,5 @@
 buildscript {
-    ext.kotlin_version = '1.7.0'
+    ext.kotlin_version = '1.7.1'
 }
 
 plugins {