0.8.0 - History Screen and Project Name change

This commit is contained in:
acclorite 2024-03-04 19:12:00 +02:00
parent 0b3a31a183
commit 5a966e9d9d
171 changed files with 3027 additions and 1877 deletions

View file

@ -10,15 +10,15 @@ plugins {
}
android {
namespace = "com.acclorite.books_history"
namespace = "ua.acclorite.book_story"
compileSdk = 34
defaultConfig {
applicationId = "com.acclorite.books_history"
applicationId = "ua.acclorite.book_story"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "0.6.0"
versionName = "0.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@ -140,4 +140,7 @@ dependencies {
}
implementation("org.slf4j:slf4j-android:latest.release")
implementation("org.jsoup:jsoup:latest.release")
implementation("androidx.appcompat:appcompat:latest.release")
implementation("androidx.appcompat:appcompat-resources:latest.release")
}