Skip to content

Commit

Permalink
minor nits
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalMeghan committed Sep 16, 2020
1 parent 3ea027f commit 78b71d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
9 changes: 3 additions & 6 deletions RecyclerViewSimple/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30

defaultConfig {
applicationId "com.example.recyclersample"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"

Expand All @@ -35,18 +34,16 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
Expand Down
21 changes: 0 additions & 21 deletions RecyclerViewSimple/app/proguard-rules.pro

This file was deleted.

7 changes: 1 addition & 6 deletions RecyclerViewSimple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ buildscript {
repositories {
google()
jcenter()

}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
Expand All @@ -36,8 +35,4 @@ allprojects {
jcenter()

}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
}
4 changes: 0 additions & 4 deletions RecyclerViewSimple/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

0 comments on commit 78b71d4

Please sign in to comment.