Skip to content

Commit

Permalink
added FreeDrawView dependency as module
Browse files Browse the repository at this point in the history
  • Loading branch information
arok committed Jun 20, 2024
1 parent 4fefed2 commit 2868cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions freedrawview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ ext {

android {
namespace "com.rm.freedrawview"
compileSdkVersion 34
compileSdk 34

defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "1.1.2"
targetSdkVersion 34
}
buildTypes {
release {
Expand All @@ -43,6 +41,5 @@ android {
}

dependencies {
implementation "com.android.support:appcompat-v7:25.3.1"
implementation "com.android.support:support-annotations:25.3.1"
implementation libs.androidx.annotation
}
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appcompat = "1.7.0"
constraintlayout = "2.1.4"
coreKtx = "1.13.1"
dokkaGradlePlugin = "1.7.20"
gradle = "8.2.2"
gradle = "8.3.2"
ink = "1.0.0"
lifecycleExtensions = "2.2.0"
lifecycleViewmodelKtx = "2.8.2"
Expand Down Expand Up @@ -45,6 +45,7 @@ kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", v
loco = { module = "com.appswithlove.loco:loco", version = "0.3.1" }
updraft = { module = "com.appswithlove.updraft:updraft", version.ref = "updraft" }
androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.1.1" }
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.0" }

[plugins]
androidApplication = { id = "com.android.application", version.ref = "gradle" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Nov 23 11:31:29 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 2868cc4

Please sign in to comment.