Skip to content

Commit 28c47cc

Browse files
committed
CRUD SQLite - (POS)
1 parent a041d31 commit 28c47cc

3 files changed

Lines changed: 16 additions & 10 deletions

File tree

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ android {
2121
}
2222
}
2323

24-
// compileOptions {
25-
// sourceCompatibility JavaVersion.VERSION_1_8
26-
// targetCompatibility JavaVersion.VERSION_1_8
27-
// }
28-
//
29-
// configurations.all {
30-
// resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
31-
// resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds'
32-
// }
24+
compileOptions {
25+
sourceCompatibility JavaVersion.VERSION_1_8
26+
targetCompatibility JavaVersion.VERSION_1_8
27+
}
28+
29+
configurations.all {
30+
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
31+
resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds'
32+
}
3333
}
3434

3535
dependencies {

0 commit comments

Comments
 (0)