Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Aug 22, 2018
1 parent 8a87d6d commit 64e8c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.kdrag0n.tipatch"
minSdkVersion 21
targetSdkVersion 28
versionCode 1021
versionName "1.2"
versionCode 1032
versionName "1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "en"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/kdrag0n/tipatch/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class MainActivity : AppCompatActivity(), SharedPreferences.OnSharedPreferenceCh
errorDialog(R.string.err_no_file_handler())
}
}

optFrag.retainInstance = true

fragmentManager
Expand Down

0 comments on commit 64e8c78

Please sign in to comment.