Skip to content

Commit 16427e5

Browse files
author
River
committed
Update example to android studio
1 parent 844e795 commit 16427e5

33 files changed

+333
-100
lines changed

.classpath

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Tue Dec 29 14:57:09 CST 2015
17 Bytes
Binary file not shown.
22 KB
Binary file not shown.
77 KB
Binary file not shown.
19.3 KB
Binary file not shown.
54.1 KB
Binary file not shown.

.project

Lines changed: 0 additions & 33 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/build.gradle

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apply plugin: 'com.android.application'
2+
3+
android {
4+
compileSdkVersion 17
5+
buildToolsVersion "23.0.1"
6+
7+
defaultConfig {
8+
applicationId "org.qpython.sample"
9+
minSdkVersion 8
10+
targetSdkVersion 16
11+
}
12+
13+
buildTypes {
14+
release {
15+
minifyEnabled false
16+
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
17+
}
18+
}
19+
}
20+
21+
dependencies {
22+
compile 'com.android.support:support-v4:18.0.0'
23+
}

0 commit comments

Comments
 (0)