updated jni class

This commit is contained in:
strawmanbobi
2020-03-09 22:06:45 +08:00
parent c8d2e3ad87
commit 5fdde1a55d
3 changed files with 3 additions and 9 deletions

View File

@@ -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
} }

View File

@@ -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();

View File

@@ -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