Update target sdk to 29
This commit is contained in:
@@ -3,8 +3,8 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
compileSdkVersion Integer.parseInt("$compileSdkVer")
|
||||
buildToolsVersion buildToolsVer
|
||||
|
||||
compileOptions {
|
||||
targetCompatibility = "8"
|
||||
|
||||
Binary file not shown.
@@ -27,7 +27,8 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:extractNativeLibs="true">
|
||||
<activity
|
||||
android:name=".ui.MainActivity"
|
||||
android:theme="@style/AppTheme.NoActionBar"
|
||||
|
||||
@@ -103,6 +103,7 @@ class V2RayVpnService : VpnService() {
|
||||
val policy = StrictMode.ThreadPolicy.Builder().permitAll().build()
|
||||
StrictMode.setThreadPolicy(policy)
|
||||
v2rayPoint.packageName = Utils.packagePath(applicationContext)
|
||||
v2rayPoint.packageCodePath = applicationContext.applicationInfo.nativeLibraryDir + "/"
|
||||
Seq.setContext(applicationContext)
|
||||
}
|
||||
|
||||
|
||||
@@ -441,7 +441,6 @@ object Utils {
|
||||
return path
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* readTextFromAssets
|
||||
*/
|
||||
|
||||
BIN
V2rayNG/app/src/main/resources/lib/arm64-v8a/tun2socks
Normal file
BIN
V2rayNG/app/src/main/resources/lib/arm64-v8a/tun2socks
Normal file
Binary file not shown.
BIN
V2rayNG/app/src/main/resources/lib/armeabi-v7a/tun2socks
Normal file
BIN
V2rayNG/app/src/main/resources/lib/armeabi-v7a/tun2socks
Normal file
Binary file not shown.
BIN
V2rayNG/app/src/main/resources/lib/x86/tun2socks
Normal file
BIN
V2rayNG/app/src/main/resources/lib/x86/tun2socks
Normal file
Binary file not shown.
BIN
V2rayNG/app/src/main/resources/lib/x86_64/tun2socks
Normal file
BIN
V2rayNG/app/src/main/resources/lib/x86_64/tun2socks
Normal file
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
compileSdkVersion Integer.parseInt("$compileSdkVer")
|
||||
buildToolsVersion buildToolsVer
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 17
|
||||
|
||||
@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
|
||||
ankoVersion=0.10.8
|
||||
kotlinVersion=1.3.40
|
||||
supportLibVersion=28.0.0
|
||||
buildToolsVer=28.0.3
|
||||
compileSdkVer=28
|
||||
buildToolsVer=29.0.3
|
||||
compileSdkVer=29
|
||||
kotlin.incremental=true
|
||||
targetSdkVer=28
|
||||
targetSdkVer=29
|
||||
|
||||
Reference in New Issue
Block a user