nexdkey-lib fix
This commit is contained in:
parent
2204e99463
commit
311f7a7e1e
@ -11,11 +11,11 @@ android {
|
|||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.utsmm.kbz"
|
applicationId "com.utsmm.kbz.sit"
|
||||||
minSdk 24
|
minSdk 24
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 10
|
versionCode 1
|
||||||
versionName "1.10"
|
versionName "1.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<string name="app_name">KBZ</string>
|
<string name="app_name">KBZ-SIT</string>
|
||||||
<string name="app_name_sit">SMILE-SIT</string>
|
<string name="app_name_sit">SMILE-SIT</string>
|
||||||
<string name="app_name_uat">SMILE-UAT</string>
|
<string name="app_name_uat">SMILE-UAT</string>
|
||||||
<string name="app_name_plus">SMILE-PLUS</string>
|
<string name="app_name_plus">SMILE-PLUS</string>
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
o/nexgo-sdk-dlkey-1.0.2-runtime.jar
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
o/nexgo-sdk-dlkey-1.0.2
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.nexgo.downloadkey"
|
||||||
|
android:versionCode="1"
|
||||||
|
android:versionName="1.0" >
|
||||||
|
|
||||||
|
<uses-sdk
|
||||||
|
android:minSdkVersion="21"
|
||||||
|
android:targetSdkVersion="26" />
|
||||||
|
|
||||||
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
|
|
||||||
|
<application
|
||||||
|
android:allowBackup="true"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:supportsRtl="true" >
|
||||||
|
</application>
|
||||||
|
|
||||||
|
</manifest>
|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">downloadkey</string>
|
||||||
|
</resources>
|
||||||
@ -0,0 +1 @@
|
|||||||
|
i/AndroidManifest.xml
|
||||||
@ -0,0 +1 @@
|
|||||||
|
o/com.nexgo.downloadkey-r.txt
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
|||||||
|
i/
|
||||||
@ -0,0 +1 @@
|
|||||||
|
i/res
|
||||||
@ -0,0 +1 @@
|
|||||||
|
o/com.nexgo.downloadkey
|
||||||
@ -0,0 +1 @@
|
|||||||
|
o/nexgo-sdk-dlkey-1.0.2-runtime
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
i/jni
|
||||||
@ -0,0 +1 @@
|
|||||||
|
o/nexgo-sdk-dlkey-1.0.2-api.jar
|
||||||
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
i/
|
||||||
@ -0,0 +1 @@
|
|||||||
|
i/jars/classes.jar
|
||||||
Loading…
Reference in New Issue
Block a user