Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS
2022-08-21 23:13:06 +03:00
parent 447407483d
commit e2dfde17bf
2 changed files with 9 additions and 4 deletions
+4 -4
View File
@@ -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
}
}