Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Updated autotarget to latest rc-version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEggers committed Dec 6, 2019
1 parent e3d24be commit 8eb0b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions action/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ android {
consumerProguardFiles 'proguard-rules.pro'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

dataBinding {
enabled = true
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ buildscript {
support_lib_material_version = "1.0.0"

archknife_version = '1.0.0'
autotarget_version = '1.0.0-rc1'
autotarget_version = '1.0.0-rc2'

junit_version = "4.12"
mockito_version = '3.2.0'
powermock_version = '2.0.2'
support_lib_lifecycle_testing_version = '2.1.0'

archtree_library_version = "1.0.0-beta3"
archtree_library_version = "1.0.0-beta2"
}

repositories {
Expand Down

0 comments on commit 8eb0b0f

Please sign in to comment.