mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2024-12-06 19:27:28 +01:00
+4
-4
@@ -14,8 +14,8 @@ android {
|
||||
applicationId "org.purplei2p.i2pd"
|
||||
targetSdkVersion 29
|
||||
minSdkVersion 16
|
||||
versionCode 2420100
|
||||
versionName "2.42.1"
|
||||
versionCode 2430000
|
||||
versionName "2.43.0"
|
||||
archivesBaseName += "-$versionName"
|
||||
ndkVersion "21.4.7075529"
|
||||
|
||||
@@ -70,8 +70,8 @@ android {
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = "1.8"
|
||||
targetCompatibility = "1.8"
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user