Skip to content

Commit

Permalink
repackaged sorm-sample module for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
livotov committed Mar 3, 2016
1 parent c960a00 commit fbd543b
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 70 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':sorm'
include ':sorm-sample'
1 change: 0 additions & 1 deletion sorm-sample/app/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions sorm-sample/app/build.gradle

This file was deleted.

36 changes: 21 additions & 15 deletions sorm-sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply plugin: 'com.android.application'

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
defaultConfig {
applicationId "com.example.sorm.sormexample"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
buildConfigField "String", "PACKAGE_NAME", "\"com.example.sorm.sormexample\""
}
}

allprojects {
repositories {
jcenter()
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

task clean(type: Delete) {
delete rootProject.buildDir
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':sorm')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
}
18 changes: 0 additions & 18 deletions sorm-sample/gradle.properties

This file was deleted.

6 changes: 0 additions & 6 deletions sorm-sample/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion sorm-sample/settings.gradle

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fbd543b

Please sign in to comment.