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

DROID-1803 App | Tech | Kotlin + Library updates (#704)

This commit is contained in:
Evgenii Kozlov 2023-12-15 13:22:30 +01:00 committed by uburoiubu
parent 232b634e48
commit 53fd8e9061
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
31 changed files with 172 additions and 949 deletions

View file

@ -23,5 +23,14 @@ dependencies {
}
android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlin {
jvmToolchain(17)
}
namespace 'com.anytypeio.anytype.device'
}