Skip to content

Commit 58bf504

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

3 files changed

Lines changed: 5 additions & 5 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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ else
1717
PLATFORM := linux
1818
endif
1919

20-
ANDROID_API := 33
21-
ANDROIDNDKVER := 25.2.9519653
20+
ANDROID_API := 35
21+
ANDROIDNDKVER := 27.3.13750724
2222

2323
ifdef ANDROID_SDK_ROOT
2424
else

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)