1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1881 App | Tech | AGP Update (8.1.4) (#579)

This commit is contained in:
Evgenii Kozlov 2023-11-21 11:27:27 +01:00 committed by uburoiubu
parent 47d41af9bd
commit 10db9cc9e7
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
42 changed files with 92 additions and 30 deletions

View file

@ -47,6 +47,7 @@ android {
composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeKotlinCompilerVersion.get()
}
namespace 'com.anytypeio.anytype.sample'
}
dependencies {

View file

@ -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.anytypeio.anytype.sample">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />