|
@@ -2,8 +2,8 @@ apply plugin: 'java'
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
//added annotations used by JmeSurfaceView.
|
|
//added annotations used by JmeSurfaceView.
|
|
- compileOnly 'androidx.annotation:annotation:1.2.0'
|
|
|
|
- compileOnly 'androidx.lifecycle:lifecycle-common:2.1.0'
|
|
|
|
|
|
+ compileOnly 'androidx.annotation:annotation:1.3.0'
|
|
|
|
+ compileOnly 'androidx.lifecycle:lifecycle-common:2.4.0'
|
|
api project(':jme3-core')
|
|
api project(':jme3-core')
|
|
compileOnly 'android:android'
|
|
compileOnly 'android:android'
|
|
}
|
|
}
|