1.0.10-beta2

This commit is contained in:
oupson 2020-04-20 16:44:22 +02:00
parent 5a0325f32d
commit a8ad3c4e4d
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0.10"
versionName "1.0.10-beta2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -10,7 +10,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0.10"
versionName "1.0.10-beta2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -158,6 +158,7 @@ class CreatorActivity : AppCompatActivity() {
delay = uri.second.toFloat()
)
}
str.close()
} catch (e : Exception) {
Log.e(TAG, "Error when creating apng", e)
}