mirror of
				https://github.com/SimpleMobileTools/Simple-Clock.git
				synced 2025-06-05 22:19:17 +02:00 
			
		
		
		
	updating commons, kotlin, gradle
This commit is contained in:
		@@ -50,7 +50,7 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    implementation 'com.simplemobiletools:commons:5.14.12'
 | 
			
		||||
    implementation 'com.simplemobiletools:commons:5.15.23'
 | 
			
		||||
    implementation 'com.facebook.stetho:stetho:1.5.0'
 | 
			
		||||
    implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
 | 
			
		||||
    implementation 'com.shawnlin:number-picker:2.4.6'
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,6 @@ import com.simplemobiletools.clock.helpers.TAB_CLOCK
 | 
			
		||||
import com.simplemobiletools.commons.activities.BaseSplashActivity
 | 
			
		||||
 | 
			
		||||
class SplashActivity : BaseSplashActivity() {
 | 
			
		||||
    override fun getAppPackageName() = packageName
 | 
			
		||||
 | 
			
		||||
    override fun initActivity() {
 | 
			
		||||
        when {
 | 
			
		||||
            intent?.action == "android.intent.action.SHOW_ALARMS" -> {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								app/src/main/res/values/donottranslate.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								app/src/main/res/values/donottranslate.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
<resources>
 | 
			
		||||
    <string name="package_name">com.simplemobiletools.clock</string>
 | 
			
		||||
</resources>
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
 | 
			
		||||
 | 
			
		||||
buildscript {
 | 
			
		||||
    ext.kotlin_version = '1.3.40'
 | 
			
		||||
    ext.kotlin_version = '1.3.41'
 | 
			
		||||
 | 
			
		||||
    repositories {
 | 
			
		||||
        google()
 | 
			
		||||
@@ -9,7 +9,7 @@ buildscript {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:3.4.1'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:3.4.2'
 | 
			
		||||
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user