Update gradle and IDE.

This commit is contained in:
2022-10-30 17:12:03 +01:00
parent a7b3247796
commit 78481d29fc
4 changed files with 4 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
namespace 'me.zobrist.tichucounter'
}
dependencies {

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.zobrist.tichucounter">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application