updated jni class
This commit is contained in:
@@ -6,7 +6,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.3'
|
classpath 'com.android.tools.build:gradle:3.6.1'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ package net.irext.decode.sdk;
|
|||||||
import net.irext.decode.sdk.bean.ACStatus;
|
import net.irext.decode.sdk.bean.ACStatus;
|
||||||
import net.irext.decode.sdk.bean.TemperatureRange;
|
import net.irext.decode.sdk.bean.TemperatureRange;
|
||||||
import net.irext.decode.sdk.utils.Constants;
|
import net.irext.decode.sdk.utils.Constants;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
|
|
||||||
import javax.servlet.ServletContext;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filename: IRDecode.java
|
* Filename: IRDecode.java
|
||||||
@@ -21,9 +18,6 @@ public class IRDecode {
|
|||||||
|
|
||||||
private static final String TAG = IRDecode.class.getSimpleName();
|
private static final String TAG = IRDecode.class.getSimpleName();
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private static ServletContext context;
|
|
||||||
|
|
||||||
private static Object mSync = new Object();
|
private static Object mSync = new Object();
|
||||||
|
|
||||||
private native String irGetVersion();
|
private native String irGetVersion();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#Sat Oct 26 07:20:34 CST 2019
|
#Mon Mar 09 22:01:47 CST 2020
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user