-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
841 changed files
with
5,584 additions
and
3,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,63 @@ | ||
buildscript { | ||
repositories { | ||
mavenCentral() | ||
apply plugin: 'android' | ||
|
||
android { | ||
compileSdkVersion 18 | ||
buildToolsVersion "18.1" | ||
compileOptions.encoding = "UTF-8" | ||
|
||
defaultConfig { | ||
minSdkVersion 8 | ||
targetSdkVersion 18 | ||
} | ||
|
||
productFlavors { | ||
free { | ||
packageName "com.battlelancer.seriesguide" | ||
versionCode 176 | ||
versionName "8" | ||
} | ||
beta { | ||
packageName "com.battlelancer.seriesguide.beta" | ||
versionCode 215 | ||
versionName "8-internal" | ||
} | ||
x { | ||
packageName "com.battlelancer.seriesguide.x" | ||
versionCode 160 | ||
versionName "8x" | ||
} | ||
} | ||
dependencies { | ||
classpath 'com.android.tools.build:gradle:0.4' | ||
|
||
signingConfigs { | ||
release { | ||
storeFile file('release.keystore') | ||
} | ||
} | ||
|
||
buildTypes { | ||
release { | ||
signingConfig signingConfigs.release | ||
} | ||
} | ||
} | ||
apply plugin: 'android-library' | ||
|
||
dependencies { | ||
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar' | ||
compile project(':libraries:android-menudrawer') | ||
compile project(':libraries:androidutils') | ||
compile project(':libraries:pagerslidingtabstrip') | ||
compile project(':libraries:stickygridheaders') | ||
compile fileTree(dir: 'libs', include: '*.jar') | ||
compile project(':AndroidUtils:library') | ||
compile project(':ActionBarSherlock:actionbarsherlock') | ||
compile project(':Android-ViewPagerIndicator:library') | ||
compile project(':android-menudrawer:library') | ||
compile 'com.android.support:support-v4:18.0.+' | ||
} | ||
|
||
android { | ||
compileSdkVersion 17 | ||
buildToolsVersion "17.0.0" | ||
|
||
sourceSets { | ||
main { | ||
manifest.srcFile 'AndroidManifest.xml' | ||
java.srcDirs = ['src'] | ||
resources.srcDirs = ['src'] | ||
aidl.srcDirs = ['src'] | ||
renderscript.srcDirs = ['src'] | ||
res.srcDirs = ['res'] | ||
assets.srcDirs = ['assets'] | ||
} | ||
|
||
instrumentTest.setRoot('tests') | ||
} | ||
} | ||
// get signing config from gradle.properties file | ||
if (project.hasProperty('storePassword') | ||
&& project.hasProperty('keyAlias') | ||
&& project.hasProperty('keyPassword')) { | ||
android.signingConfigs.release.storePassword = storePassword | ||
android.signingConfigs.release.keyAlias = keyAlias | ||
android.signingConfigs.release.keyPassword = keyPassword | ||
} else { | ||
android.buildTypes.release.signingConfig = null | ||
} |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.