Skip to content

Commit

Permalink
[200ok-ch#932] Android upgrade recommendations
Browse files Browse the repository at this point in the history
* android tools to 7.3.1
* manifest namespace recommendation
  • Loading branch information
ieugen committed Jan 9, 2023
1 parent ddf41a3 commit a9182ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.application'

android {

namespace 'com.twohundredok.organice'
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "com.twohundredok.organice"
Expand Down
3 changes: 1 addition & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.twohundredok.organice">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:allowBackup="true"
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.google.gms:google-services:4.3.13'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit a9182ea

Please sign in to comment.