mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-07 16:59:05 +00:00
Cloud features: part 1
This commit is contained in:
+8
-6
@@ -6,14 +6,14 @@ def commit = getGitCommitHash(file('.'))
|
||||
|
||||
android {
|
||||
namespace 'ru.ytkab0bp.slicebeam'
|
||||
compileSdk 34
|
||||
compileSdk 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId "ru.ytkab0bp.slicebeam"
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 6
|
||||
versionName "0.2.0"
|
||||
targetSdk 35
|
||||
versionCode 8
|
||||
versionName "0.3.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -90,12 +90,14 @@ dependencies {
|
||||
implementation project(":eventbus")
|
||||
implementation project(":eventbus_api")
|
||||
annotationProcessor project(":eventbus_processor")
|
||||
implementation 'com.github.instacart:truetime-android:3.5'
|
||||
implementation project(":sapil")
|
||||
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
implementation 'com.github.instacart:truetime-android:4.0.0.alpha'
|
||||
implementation 'com.github.mrudultora:Colorpicker:1.2.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'com.loopj.android:android-async-http:1.4.11'
|
||||
implementation 'androidx.activity:activity:1.9.1'
|
||||
implementation 'androidx.activity:activity:1.10.1'
|
||||
}
|
||||
Reference in New Issue
Block a user