Skip to content

Commit

Permalink
* cleaned up android studio example
Browse files Browse the repository at this point in the history
* removed unnecessary code in manifest
* reduced minSdk version
* updated android tools version to release version
  • Loading branch information
SierraGolf committed Jan 6, 2015
1 parent be8501f commit 1da013f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "cukeulator.android.example.cucumber.cukeulator"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 21
versionCode 1
versionName "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cukeulator.android.example.cucumber.cukeulator"
android:versionCode="1"
android:versionName="1.0">

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18"/>
package="cukeulator.android.example.cucumber.cukeulator">

<application
android:allowBackup="true"
Expand Down
2 changes: 1 addition & 1 deletion examples/android/android-studio/Cukeulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0-rc2'
classpath 'com.android.tools.build:gradle:1.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 1da013f

Please sign in to comment.