File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " org.ole.planet.myplanet"
1010 minSdk = 26
1111 targetSdk = 36
12- versionCode = 3724
13- versionName = " 0.37.24 "
12+ versionCode = 3725
13+ versionName = " 0.37.25 "
1414 ndkVersion = ' 26.3.11579264'
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 vectorDrawables. useSupportLibrary = true
@@ -208,12 +208,6 @@ dependencies {
208208 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
209209 implementation ' pl.droidsonroids.gif:android-gif-drawable:1.2.29'
210210
211- def camera_version = " 1.4.2"
212- implementation " androidx.camera:camera-core:$camera_version "
213- implementation " androidx.camera:camera-camera2:$camera_version "
214- implementation " androidx.camera:camera-lifecycle:$camera_version "
215- implementation " androidx.camera:camera-view:$camera_version "
216-
217211 def dagger_hilt_version = " 2.57.1"
218212 implementation " com.google.dagger:hilt-android:$dagger_hilt_version "
219213 kapt " com.google.dagger:hilt-android-compiler:$dagger_hilt_version "
You can’t perform that action at this time.
0 commit comments