Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Aug 24, 2015
1 parent dbab2d7 commit 45bfa00
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Contacts/Inserter/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-sdk android:minSdkVersion="3"
android:targetSdkVersion="6" />
android:targetSdkVersion="14" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="false" />
Expand Down
11 changes: 4 additions & 7 deletions Permissions/PermissionMonger/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 'android-MNC'
buildToolsVersion "23.0.0 rc2"

defaultConfig {
minSdkVersion 'MNC'
targetSdkVersion 'MNC'
}
compileSdkVersion 23
buildToolsVersion "23.0.0"

defaultConfig {
minSdkVersion 23
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion Permissions/PermissionMonger/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.3.0-beta2'
classpath 'com.android.tools.build:gradle:1.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip
2 changes: 1 addition & 1 deletion Prefs/FragmentsBC/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar">
android:theme="@style/Theme.Apptheme">
<activity
android:name=".FragmentsDemo"
android:label="@string/app_name">
Expand Down
9 changes: 5 additions & 4 deletions Prefs/FragmentsBC/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ buildscript {
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

apply plugin: 'com.android.application'

dependencies {
}

android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion "21.1.2"

defaultConfig {
targetSdkVersion 17
}
defaultConfig {
targetSdkVersion 17
}

sourceSets {
main {
Expand Down

0 comments on commit 45bfa00

Please sign in to comment.