Updated build-tools

This commit is contained in:
Olga Miller 2023-08-27 14:59:54 +02:00
parent ff69230e4a
commit 95500e4014
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "om.sstvencoder"
minSdkVersion 21
@ -15,6 +15,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'om.sstvencoder'
}
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="om.sstvencoder">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"