Skip to content

Commit

Permalink
Merge pull request #1 from chrisjenx/cj/ref/update-all-the-things
Browse files Browse the repository at this point in the history
updated literally everything
  • Loading branch information
chrisjenx authored Mar 22, 2023
2 parents 9454f3e + 3fa3cfb commit fef397a
Show file tree
Hide file tree
Showing 46 changed files with 557 additions and 939 deletions.
63 changes: 13 additions & 50 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,58 +1,21 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

subprojects {
ext {
artifactVersion = '2.7.0'
}
plugins {
alias(deps.plugins.kotlin.android).apply(false)
alias(deps.plugins.android.library).apply(false)
alias(deps.plugins.android.application).apply(false)
}

buildscript {
subprojects {
ext {
versions = [
kotlin : '1.3.50',
code : 1,
name : '1.0.0',
sdk : [
minimum: 14,
target : 28
],
android: [
buildTools: '28.0.3',
appcompat : '1.1.0',
annotation : '1.1.0',
exifinterface : '1.0.0'
],
rx : [
rxJava1: '1.3.8',
rxJava2: '2.2.12'
],
test : [
junit : '4.12',
mockito: '2.23.0'
]
]
artifactVersion = '2.8.0'
}
repositories {
google()
jcenter()
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
kotlinOptions {
jvmTarget = "11"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
tasks.withType(JavaCompile).configureEach {
sourceCompatibility = "11"
targetCompatibility = "11"
}
}

allprojects {
repositories {
google()
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

100 changes: 0 additions & 100 deletions deploy.gradle

This file was deleted.

22 changes: 0 additions & 22 deletions fotoapparat-adapters/rxjava/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions fotoapparat-adapters/rxjava/build.gradle

This file was deleted.

4 changes: 0 additions & 4 deletions fotoapparat-adapters/rxjava/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fef397a

Please sign in to comment.