mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 04:01:15 +02:00
Set source and target to Java 6 in Android Studio.
This commit is contained in:
@@ -35,4 +35,8 @@ android {
|
||||
debug.setRoot('build-types/debug')
|
||||
release.setRoot('build-types/release')
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_6
|
||||
targetCompatibility JavaVersion.VERSION_1_6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user