Skip to content

Commit

Permalink
1.0.10-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
oupson committed Apr 20, 2020
1 parent 5a0325f commit a8ad3c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apng_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion app-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class CreatorActivity : AppCompatActivity() {
delay = uri.second.toFloat()
)
}
str.close()
} catch (e : Exception) {
Log.e(TAG, "Error when creating apng", e)
}
Expand Down

0 comments on commit a8ad3c4

Please sign in to comment.