Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed May 2, 2024
1 parent 97ae66a commit 0b23d1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildscript {
google()
mavenCentral()
}

dependencies {
classpath "com.android.tools.build:gradle:$gradle_android_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ kotlin.code.style=official
android.jetifier.ignorelist=jackson-core-2.16.1.jar

android.defaults.buildfeatures.buildconfig=true

# When configured, Gradle will run in incubating parallel mode.
# 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
Expand Down
2 changes: 1 addition & 1 deletion gradle/android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android {
buildToolsVersion '34.0.0'

defaultConfig {
minSdkVersion 24
minSdkVersion 26
targetSdkVersion 33
versionCode versionCode
versionName version
Expand Down
4 changes: 4 additions & 0 deletions radar-commons-android/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>

0 comments on commit 0b23d1b

Please sign in to comment.