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

DROID-3063 App | Tech | Library updates - revert targetSDK and library updates (#1813)

This commit is contained in:
Evgenii Kozlov 2024-11-20 14:11:05 +01:00
parent 85098195b4
commit 35309611d1
3 changed files with 16 additions and 15 deletions

View file

@ -2,8 +2,8 @@ import com.android.build.gradle.LibraryPlugin
import org.jetbrains.kotlin.gradle.plugin.KotlinAndroidPluginWrapper
buildscript {
ext.compile_sdk = 35
ext.target_sdk = 35
ext.compile_sdk = 34
ext.target_sdk = 34
ext.min_sdk = 26
ext.application_id = 'io.anytype.app'

View file

@ -3,12 +3,12 @@ middlewareVersion = "v0.37.0"
kotlinVersion = '2.0.21'
kspVersion = "2.0.21-1.0.25"
androidxCoreVersion = "1.15.0"
androidxCoreVersion = "1.13.1"
androidxComposeVersion = '1.7.5'
composeMaterial3Version = '1.3.1'
composeMaterialVersion = '1.7.5'
composeConstraintLayoutVersion = '1.1.0'
androidxComposeVersion = '1.7.4'
composeMaterial3Version = '1.3.0'
composeMaterialVersion = '1.7.4'
composeConstraintLayoutVersion = '1.0.1'
dokkaVersion = '1.9.20'
@ -16,7 +16,7 @@ activityComposeVersion = '1.9.3'
composeReorderableVersion = 'e9ef693f63'
accompanistVersion = "0.34.0"
appcompatVersion = '1.7.0'
fragmentVersion = "1.8.5"
fragmentVersion = "1.8.4"
exoplayerVersion = "2.19.1"
wireVersion = "4.9.8"
glideVersion = "4.14.2"
@ -32,13 +32,13 @@ androidxTestCoreVersion = '1.6.1'
androidxCoreTestingVersion = '2.2.0'
androidxSecurityCryptoVersion = '1.0.0'
androidxPreferenceVersion = '1.2.1'
constraintLayoutVersion = '2.2.0'
constraintLayoutVersion = '2.1.4'
recyclerviewVersion = '1.3.2'
emojiCompatVersion = '1.1.0'
lifecycleVersion = '2.8.7'
lifecycleRuntimeComposeVersion = '2.8.7'
navigationVersion = '2.8.4'
navigationComposeVersion = '2.8.4'
lifecycleVersion = '2.8.6'
lifecycleRuntimeComposeVersion = '2.8.6'
navigationVersion = '2.8.3'
navigationComposeVersion = '2.8.3'
shimmerLayoutVersion = '0.5.0'
photoViewVersion = '2.3.0'
daggerVersion = '2.51'
@ -64,7 +64,7 @@ coilComposeVersion = '2.6.0'
sentryVersion = '7.13.0'
composeQrCodeVersion = '1.0.1'
fragmentComposeVersion = "1.8.5"
fragmentComposeVersion = "1.8.4"
[libraries]
middleware = { module = "io.anyproto:anytype-heart-android", version.ref = "middlewareVersion" }

View file

@ -7,12 +7,13 @@ plugins {
}
android {
compileSdkVersion 35
compileSdkVersion 34
buildToolsVersion "34.0.0"
defaultConfig {
applicationId "com.anytypeio.anytype.sample"
minSdkVersion 26
targetSdkVersion 34
versionCode 1
versionName "1.0"