Log manga tracking

This commit is contained in:
Koitharu
2020-05-22 19:20:08 +03:00
parent 7cf57535ab
commit 140a0f4d66
7 changed files with 56 additions and 16 deletions

View File

@@ -19,8 +19,6 @@ android {
versionCode gitCommits
versionName '0.4'
buildConfigField 'String', 'GIT_BRANCH', "\"${gitBranch}\""
kapt {
arguments {
arg 'room.schemaLocation', "$projectDir/schemas".toString()
@@ -73,7 +71,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha03'
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.work:work-runtime-ktx:2.4.0-beta1'
implementation 'androidx.work:work-runtime-ktx:2.4.0-beta01'
implementation 'com.google.android.material:material:1.2.0-alpha06'
implementation 'androidx.room:room-runtime:2.2.5'