Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 3efba9a

Browse files
author
Hisanobu Tomari
committed
Migrating to Android Studio
1 parent dfd98f0 commit 3efba9a

Some content is hidden

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

58 files changed

+41
-92
lines changed

.classpath

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

.project

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

app/build.gradle

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

src/com/example/javabutton/JavaButtonWidgetProvider.java renamed to app/src/main/java/com/example/javabutton/JavaButtonWidgetProvider.java

File renamed without changes.

src/com/example/javabutton/JavaGestureListener.java renamed to app/src/main/java/com/example/javabutton/JavaGestureListener.java

File renamed without changes.
File renamed without changes.
File renamed without changes.

src/com/example/javabutton/JavaPlayerThread.java renamed to app/src/main/java/com/example/javabutton/JavaPlayerThread.java

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)