Merge pull request #234 from ente-io/fix_build

This commit is contained in:
Vishnu Mohandas 2022-05-09 22:22:59 +05:30 committed by GitHub
commit 9ebee9f95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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