Browse Source

new changes

master 1.4
Manoj 2 years ago
parent
commit
a2dd964fdc
2 changed files with 3 additions and 5 deletions
  1. +1
    -5
      app/build.gradle
  2. +2
    -0
      gradle.properties

+ 1
- 5
app/build.gradle View File

@ -21,6 +21,7 @@ android {
lintOptions{
disable 'Deprecated','deprecated','unused','never used'
abortOnError false
}
defaultConfig {
@ -53,11 +54,6 @@ android {
}
}
ext{
roomVersion="2.4.3"
glideVersion="4.11.0"
}
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'


+ 2
- 0
gradle.properties View File

@ -20,5 +20,7 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
org.gradle.parallel=true
android.enableD8=true
android.nonTransitiveRClass=true
authToken=jp_95r28qqgll1ie1qf4r64vs6hua

Loading…
Cancel
Save

Powered by TurnKey Linux.