mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	update commons to 4.0.3
This commit is contained in:
		| @@ -47,16 +47,16 @@ ext { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'com.simplemobiletools:commons:3.19.21' |     implementation 'com.simplemobiletools:commons:4.0.3' | ||||||
|     implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' |     implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' | ||||||
|     implementation 'com.android.support:multidex:1.0.3' |     implementation 'com.android.support:multidex:1.0.3' | ||||||
|     implementation 'it.sephiroth.android.exif:library:1.0.1' |     implementation 'it.sephiroth.android.exif:library:1.0.1' | ||||||
|     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.12' |     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.12' | ||||||
|     implementation 'com.github.chrisbanes:PhotoView:2.1.3' |     implementation 'com.github.chrisbanes:PhotoView:2.1.3' | ||||||
|  |  | ||||||
|     kapt "android.arch.persistence.room:compiler:1.0.0" |     kapt "android.arch.persistence.room:compiler:1.1.0" | ||||||
|     implementation "android.arch.persistence.room:runtime:1.0.0" |     implementation "android.arch.persistence.room:runtime:1.1.0" | ||||||
|     annotationProcessor "android.arch.persistence.room:compiler:1.0.0" |     annotationProcessor "android.arch.persistence.room:compiler:1.1.0" | ||||||
|  |  | ||||||
|     //implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0' |     //implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0' | ||||||
|     implementation 'com.github.tibbi:subsampling-scale-image-view:v3.10.0-fork' |     implementation 'com.github.tibbi:subsampling-scale-image-view:v3.10.0-fork' | ||||||
|   | |||||||
| @@ -72,7 +72,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { | |||||||
|     override fun onCreate(savedInstanceState: Bundle?) { |     override fun onCreate(savedInstanceState: Bundle?) { | ||||||
|         super.onCreate(savedInstanceState) |         super.onCreate(savedInstanceState) | ||||||
|         setContentView(R.layout.activity_main) |         setContentView(R.layout.activity_main) | ||||||
|         appLaunched() |         appLaunched(BuildConfig.APPLICATION_ID) | ||||||
|  |  | ||||||
|         mIsPickImageIntent = isPickImageIntent(intent) |         mIsPickImageIntent = isPickImageIntent(intent) | ||||||
|         mIsPickVideoIntent = isPickVideoIntent(intent) |         mIsPickVideoIntent = isPickVideoIntent(intent) | ||||||
|   | |||||||
| @@ -1,5 +1,12 @@ | |||||||
| package com.simplemobiletools.gallery.activities | package com.simplemobiletools.gallery.activities | ||||||
|  |  | ||||||
| import com.simplemobiletools.commons.activities.BaseSimpleActivity | import com.simplemobiletools.commons.activities.BaseSimpleActivity | ||||||
|  | import com.simplemobiletools.gallery.R | ||||||
|  |  | ||||||
| open class SimpleActivity : BaseSimpleActivity() | open class SimpleActivity : BaseSimpleActivity() { | ||||||
|  |     override fun getAppIconIDs() = arrayListOf( | ||||||
|  |             R.mipmap.ic_launcher | ||||||
|  |     ) | ||||||
|  |  | ||||||
|  |     override fun getAppLauncherName() = getString(R.string.app_launcher_name) | ||||||
|  | } | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||||
|  |  | ||||||
| buildscript { | buildscript { | ||||||
|     ext.kotlin_version = '1.2.40' |     ext.kotlin_version = '1.2.41' | ||||||
|  |  | ||||||
|     repositories { |     repositories { | ||||||
|         jcenter() |         jcenter() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user