updating commons, gradle, kotlin

This commit is contained in:
tibbi
2019-09-18 21:08:48 +02:00
parent dfa914538d
commit df3fa5bef3
5 changed files with 6 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.15.7'
implementation 'com.simplemobiletools:commons:5.17.17'
implementation 'me.grantland:autofittextview:0.2.1'
testImplementation 'junit:junit:4.12'

View File

@@ -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()

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="package_name">com.simplemobiletools.calculator</string>
<!-- Release notes -->
<string name="release_28">Allow customizing the bottom navigation bar color</string>