Add primary functionality to lidar view based on slam view.

Also go back to java 8.
This commit is contained in:
Piv
2020-03-22 20:21:57 +10:30
parent 03f6c2b9f7
commit bd735fd6b0
5 changed files with 93 additions and 42 deletions

View File

@@ -19,8 +19,8 @@ android {
}
}
compileOptions {
sourceCompatibility = 9.8
targetCompatibility = 9.8
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}