Browse Source

Merge pull request #234 from ente-io/fix_build

Vishnu Mohandas 3 năm trước cách đây
mục cha
commit
9ebee9f95f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      android/app/build.gradle
  2. 1 1
      android/build.gradle

+ 1 - 1
android/app/build.gradle

@@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
 }
 }
 
 
 android {
 android {
-    compileSdkVersion 29
+    compileSdkVersion 31
 
 
     sourceSets {
     sourceSets {
         main.java.srcDirs += 'src/main/kotlin'
         main.java.srcDirs += 'src/main/kotlin'

+ 1 - 1
android/build.gradle

@@ -1,5 +1,5 @@
 buildscript {
 buildscript {
-    ext.kotlin_version = '1.4.20'
+    ext.kotlin_version = '1.6.21'
     repositories {
     repositories {
         google()
         google()
         jcenter()
         jcenter()