-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
81 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
.../gradle-plugin/src/test/integration/data/Pyc/buildpython_missing_warning/app/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apply plugin: 'com.android.application' | ||
apply plugin: 'com.chaquo.python' | ||
|
||
android { | ||
namespace "com.chaquo.python.test" | ||
compileSdk 23 | ||
defaultConfig { | ||
applicationId "com.chaquo.python.test" | ||
minSdk 21 | ||
targetSdk 23 | ||
versionCode 1 | ||
versionName "0.0.1" | ||
python { | ||
} | ||
ndk { | ||
abiFilters "x86" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters