Skip to content

Commit 86b438a

Browse files
committed
update commons to 3.0.10
1 parent 4927426 commit 86b438a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
}
4747

4848
dependencies {
49-
implementation 'com.simplemobiletools:commons:3.0.3'
49+
implementation 'com.simplemobiletools:commons:3.0.10'
5050

5151
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
5252
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion"

app/src/main/kotlin/com/simplemobiletools/draw/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
4848
override fun onCreate(savedInstanceState: Bundle?) {
4949
super.onCreate(savedInstanceState)
5050
setContentView(R.layout.activity_main)
51-
storeStoragePaths()
51+
appLaunched()
5252
my_canvas.mListener = this
5353
stroke_width_bar.setOnSeekBarChangeListener(onStrokeWidthBarChangeListener)
5454

0 commit comments

Comments
 (0)