File tree Expand file tree Collapse file tree
src/main/java/me/rosuh/easywatermark/ui Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments