fix: Upgrade gradle to 7.4.2

This commit is contained in:
J-Jamet
2023-06-17 18:20:05 +02:00
parent 56a1601d79
commit 1aeff9684e
13 changed files with 12 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ plugins {
}
android {
namespace 'com.kunzisoft.encrypt'
compileSdkVersion 32
buildToolsVersion "32.0.0"
ndkVersion "21.4.7075529"

View File

@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.kunzisoft.encrypt" />
<manifest />