Release v1.1.0
This commit is contained in:
parent
0544e74636
commit
c3b3a52894
6 changed files with 198 additions and 128 deletions
|
|
@ -17,8 +17,8 @@ android {
|
|||
applicationId = "ua.acclorite.book_story"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 4
|
||||
versionName = "1.0.3"
|
||||
versionCode = 5
|
||||
versionName = "1.1.0"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
@ -88,8 +88,8 @@ dependencies {
|
|||
|
||||
// Default
|
||||
implementation("androidx.core:core-ktx:1.13.1")
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.3")
|
||||
implementation("androidx.activity:activity-compose:1.9.0")
|
||||
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
|
||||
implementation("androidx.activity:activity-compose:1.9.1")
|
||||
|
||||
// Compose BOM libraries
|
||||
// Compose BOM was eliminated - it is recognized as Closed Source in AboutLibraries.
|
||||
|
|
@ -107,7 +107,7 @@ dependencies {
|
|||
implementation("androidx.compose.material:material:1.6.8")
|
||||
|
||||
// All dependencies
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.3")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4")
|
||||
implementation("com.google.accompanist:accompanist-swiperefresh:0.24.2-alpha")
|
||||
|
||||
// Dagger - Hilt
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">1.0.3</string>
|
||||
<string name="app_version" translatable="false">1.1.0</string>
|
||||
<string name="app_name">Book\'s Story</string>
|
||||
|
||||
<!-- Book sources -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue