Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 35bac83

Browse files
author
Robbie Matthews
committed
Incorporated Manuel Naranjo's python build
1 parent 6982bd2 commit 35bac83

File tree

1,916 files changed

+807045
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,916 files changed

+807045
-3
lines changed

android/PythonForAndroid/src/com/googlecode/pythonforandroid/PythonDescriptor.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ public boolean hasScriptsArchive() {
6464
}
6565

6666
public int getVersion() {
67-
return 10;
67+
return 11;
6868
}
6969

7070
@Override
7171
public int getExtrasVersion() {
72-
return 10;
72+
return 11;
7373
}
7474

7575
@Override
7676
public int getScriptsVersion() {
77-
return 10;
77+
return 11;
7878
}
7979

8080
@Override

0 commit comments

Comments
 (0)