Skip to content

Commit

Permalink
@emir-hasanbegovic/@anthony-tarantini [#69541096] Setting the sample …
Browse files Browse the repository at this point in the history
…app values to correct values and adding .gitignore for eclipse projects
  • Loading branch information
Emir Hasanbegovic committed Apr 22, 2014
1 parent 7807a5a commit d0e4fcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -11,8 +11,15 @@ build/
classes/
libs/
.idea/
.settings/

# IDE files
*.iml
.gradle/
local.properties
.classpath
.project
lint.xml
project.properties


2 changes: 1 addition & 1 deletion sample/AndroidManifest.xml
Expand Up @@ -8,7 +8,7 @@
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

<uses-sdk
android:minSdkVersion="8"
android:minSdkVersion="14"
android:targetSdkVersion="19"/>

<application
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -41,7 +41,7 @@ android {
defaultConfig {
versionCode 1
versionName "1.0.0"
minSdkVersion 16
minSdkVersion 14
targetSdkVersion 19
}

Expand Down

0 comments on commit d0e4fcb

Please sign in to comment.