Log manga tracking
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user