Browse Source

updated android plugin version

sirekanian 3 years ago
parent
commit
7cf76da7ad
3 changed files with 4 additions and 4 deletions
  1. 2 1
      app/build.gradle
  2. 1 2
      app/src/main/AndroidManifest.xml
  3. 1 1
      build.gradle

+ 2 - 1
app/build.gradle

@@ -6,6 +6,7 @@ plugins {
 }
 
 android {
+    namespace 'com.sirekanian.acf'
     compileSdk 33
     defaultConfig {
         applicationId "com.sirekanian.warmongr"
@@ -48,7 +49,7 @@ android {
             excludes += '/META-INF/{AL2.0,LGPL2.1}'
         }
     }
-    lintOptions {
+    lint {
         warningsAsErrors true
     }
 }

+ 1 - 2
app/src/main/AndroidManifest.xml

@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="com.sirekanian.acf">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <application
         android:name=".App"

+ 1 - 1
build.gradle

@@ -1,6 +1,6 @@
 buildscript {
     ext {
-        androidPluginVersion = '7.2.2'
+        androidPluginVersion = '7.3.1'
         kotlinVersion = '1.7.20'
         composeCompilerVersion = '1.3.2'
         composeMaterialVersion = '1.3.0'