mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
updating kotlin, commons, gradle
This commit is contained in:
@ -17,6 +17,7 @@ android {
|
||||
versionCode 66
|
||||
versionName "5.0.2"
|
||||
setProperty("archivesBaseName", "camera")
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
@ -50,5 +51,5 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.14.12'
|
||||
implementation 'com.simplemobiletools:commons:5.17.0'
|
||||
}
|
||||
|
@ -351,7 +351,7 @@ class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener {
|
||||
}
|
||||
|
||||
private fun initVideoButtons() {
|
||||
toggle_photo_video.setImageResource(R.drawable.ic_camera)
|
||||
toggle_photo_video.setImageResource(R.drawable.ic_camera_vector)
|
||||
showToggleCameraIfNeeded()
|
||||
shutter.setImageResource(R.drawable.ic_video_rec)
|
||||
setupPreviewImage(false)
|
||||
|
@ -4,8 +4,6 @@ import android.content.Intent
|
||||
import com.simplemobiletools.commons.activities.BaseSplashActivity
|
||||
|
||||
class SplashActivity : BaseSplashActivity() {
|
||||
override fun getAppPackageName() = packageName
|
||||
|
||||
override fun initActivity() {
|
||||
startActivity(Intent(this, MainActivity::class.java))
|
||||
finish()
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="package_name">com.simplemobiletools.camera</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_52">Allow changing the photo compression quality</string>
|
||||
|
Reference in New Issue
Block a user