Skip to content

Commit fc3ee71

Browse files
committed
tag: v1.0
1 parent 9569762 commit fc3ee71

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.idea/gradle.xml

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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility = '1.8'
31-
targetCompatibility = '1.8'
30+
sourceCompatibility JavaVersion.VERSION_1_8
31+
targetCompatibility JavaVersion.VERSION_1_8
3232
}
3333
testOptions {
3434
unitTests {

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ buildscript {
2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files
2222
}
23+
2324
}
2425

26+
27+
2528
allprojects {
2629
repositories {
2730
google()

0 commit comments

Comments
 (0)