Skip to content

Commit bca6085

Browse files
committed
Update to Android SDK 35.
1 parent 0392cba commit bca6085

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.p4a

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--dist_name "kolibri"
66
--private "src"
77
--requirements python3==3.9.13,hostpython3==3.9.13,android,pyjnius,genericndkbuild,sqlite3,cryptography,twisted,attrs,bcrypt,service_identity,pyasn1,pyasn1_modules,pyopenssl,openssl,six,kolibri,ifaddr
8-
--android-api 33
8+
--android-api 35
99
--minsdk 23
1010
--ndk-api 23
1111
--permission ACCESS_NETWORK_STATE

python-for-android/dists/kolibri/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'com.android.application'
2424

2525

2626
android {
27-
compileSdk 34
27+
compileSdk 35
2828
def versionPropsFile = file('version.properties')
2929
Properties versionProps = new Properties()
3030

@@ -46,7 +46,7 @@ android {
4646

4747
defaultConfig {
4848
minSdkVersion 23
49-
targetSdk 34
49+
targetSdk 35
5050
versionCode code
5151
versionName name
5252
manifestPlaceholders = [:]

0 commit comments

Comments
 (0)