Skip to content

Commit

Permalink
Changed project type to library
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-stepien committed Mar 20, 2016
1 parent 579be75 commit 2d92b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/app.iml
Expand Up @@ -23,6 +23,7 @@
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" />
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
<option name="LIBRARY_PROJECT" value="true" />
</configuration>
</facet>
</component>
Expand Down
3 changes: 1 addition & 2 deletions app/build.gradle
@@ -1,4 +1,4 @@
apply plugin: 'com.android.application'
apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'

android {
Expand All @@ -11,7 +11,6 @@ android {
}

defaultConfig {
applicationId "com.semantive.waveform.waveformandroid"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
Expand Down

0 comments on commit 2d92b7c

Please sign in to comment.