Skip to content

Commit 0677394

Browse files
committed
demo
1 parent 4740822 commit 0677394

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@ android {
99
versionCode 1
1010
versionName "1.0"
1111
}
12+
1213
buildTypes {
1314
release {
1415
minifyEnabled false
1516
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1617
}
1718
}
19+
20+
compileOptions {
21+
sourceCompatibility JavaVersion.VERSION_1_8
22+
targetCompatibility JavaVersion.VERSION_1_8
23+
}
24+
1825
}
1926

2027
dependencies {

0 commit comments

Comments
 (0)