chore: bump java version and gradle plugin

This commit is contained in:
əlemi 2023-05-04 01:20:36 +02:00
parent c9ae9db288
commit 7c6bbe5076
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.2.2'
}
}

View file

@ -7,4 +7,4 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=false
# Specify path to jdk to use for building
org.gradle.java.home=/usr/lib/jvm/java-8-openjdk/
org.gradle.java.home=/usr/lib/jvm/java-11-openjdk/