Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Dehm
briar
Commits
2b12f0d4
Commit
2b12f0d4
authored
Dec 02, 2015
by
akwizgran
Browse files
Set source and target to Java 6 in Android Studio.
parent
c65ea9a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
briar-android/briar-android.iml
View file @
2b12f0d4
...
...
@@ -23,7 +23,7 @@
</configuration>
</facet>
</component>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_
7
"
inherit-compiler-output=
"false"
>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_
6
"
inherit-compiler-output=
"false"
>
<output
url=
"file://$MODULE_DIR$/build/intermediates/classes/debug"
/>
<output-test
url=
"file://$MODULE_DIR$/build/intermediates/classes/test/debug"
/>
<exclude-output
/>
...
...
briar-android/build.gradle
View file @
2b12f0d4
...
...
@@ -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
}
}
briar.iml
View file @
2b12f0d4
...
...
@@ -8,7 +8,7 @@
</configuration>
</facet>
</component>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_
7
"
inherit-compiler-output=
"true"
>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_
6
"
inherit-compiler-output=
"true"
>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.gradle"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment