TODO implement custom Chrome tabs

This commit is contained in:
denizk0461
2023-04-08 18:53:51 +02:00
parent 3c65ccddb1
commit 03b86c8ab9
15 changed files with 65 additions and 42 deletions
+3 -1
View File
@@ -13,7 +13,7 @@ android {
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
versionName "0.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -51,4 +51,6 @@ dependencies {
implementation "androidx.room:room-runtime:2.5.1"
kapt "androidx.room:room-compiler:2.5.1"
implementation 'org.jsoup:jsoup:1.15.4'
}