Update Gradle

This commit is contained in:
Emux
2023-04-14 10:20:58 +03:00
parent 6342756105
commit eef8ee3934
11 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.oscim.android.test"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0">

View File

@@ -24,6 +24,7 @@ dependencies {
}
android {
namespace 'org.oscim.android.test'
compileSdk androidCompileSdk()
compileOptions {