Skip to content

Commit 952fff3

Browse files
committed
🚑
1 parent 34ab7a9 commit 952fff3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "me.rosuh.easywatermark"
1616
minSdk = (Apps.minSdk)
1717
targetSdk = (Apps.targetSdk)
18-
versionCode = 20703
19-
versionName = "2.7.3"
18+
versionCode = 20704
19+
versionName = "2.7.4"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
setProperty("archivesBaseName", "$applicationId-v$versionName($versionCode)")
2222
}

app/src/main/java/me/rosuh/easywatermark/ui/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ class MainActivity : AppCompatActivity() {
161161
checkHadCrash()
162162
// Activity was recycled but dialog still showing in some case?
163163
SaveImageBSDialogFragment.safetyHide(this@MainActivity.supportFragmentManager)
164-
throw RuntimeException("test")
165164
}
166165

167166
private fun initRecoveryView() {

0 commit comments

Comments
 (0)