Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
update libs
  • Loading branch information
mimoccc committed May 21, 2024
1 parent bfc12af commit 9f0e1f1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
7 changes: 6 additions & 1 deletion documentation/release-notes-1.3.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Release notes 1.0.0 - 20. 5. 2024, 16:01:59
## Release notes 1.0.0 - 22. 5. 2024, 1:09:41

* 22.05.2024

* [milan jurkulák] : update libs

* 20.05.2024

* [milan jurkulák] : kapt removal
* [milan jurkulák] : new compose & kotlin 2

* 02.05.2024
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ createReports=true
systemProp.javax.xml.accessExternalDTD=http
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
#kotlin.experimental.tryK2=true
kapt.use.worker.api=false
kapt.incremental.apt=false
21 changes: 10 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
#
accompanist-permissions = "0.34.0"
aescrypt = "0.0.1"
android-material = "1.11.0"
android-material = "1.12.0"
androidsvg-aar = "1.4"
#
androidx-activity-compose = "1.9.0"
androidx-compose-bom = "2024.05.00"
androidx-customview-poolingcontainer = "1.0.0"
androidx-espresso-core = "3.5.1"
androidx-exifinterface = "1.3.7"
androidx-foundation = "1.6.6"
androidx-foundation = "1.6.7"
androidx-glance-appwidget = "1.0.0"
androidx-hilt-navigation-compose = "1.2.0"
androidx-junit = "1.1.5"
androidx-ktx = "1.13.0"
androidx-lifecycle-viewmodel-compose = "2.7.0"
androidx-material-icons-extended = "1.6.6"
androidx-ktx = "1.13.1"
androidx-lifecycle-viewmodel-compose = "2.8.0"
androidx-material-icons-extended = "1.6.7"
androidx-material3 = "1.2.1"
androidx-media3 = "1.3.1"
androidx-navigation-compose = "2.7.7"
Expand All @@ -29,20 +29,19 @@ anrwatchdog = "1.4.0"
apk-parser = "2.6.10"
auth0 = "2.10.2"
compose = "4.14.0"
converter-moshi = "2.9.0"
dagger = "2.50"
converter-moshi = "2.11.0"
dagger = "2.51.1"
dailymotion-sdk-android = "0.2.12"
#

dependency-analysis-gradle-plugin = "0.10.0"
detekt-formatting = "1.23.4"
#detekt-formatting = "1.23.4"
detekt-gradle-plugin = "1.23.6"
dokka-gradle-plugin = "1.9.20"
google-api-services-androidpublisher = "v3-rev41-1.25.0"
gradle = "8.2.2"
gradle-api = "8.2.2"
gradle-docker-plugin = "9.4.0"
gradleNodePlugin = "1.3.1"
#gradleNodePlugin = "1.3.1"
gradleOspackagePlugin = "9.1.1"
ini4j = "0.5.4"
#
Expand Down Expand Up @@ -215,7 +214,7 @@ kotlin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-grad

## plugins #########################################################################################
[plugins]
android-application = "com.android.application:8.4.0"
android-application = "com.android.application:8.4.1"
android-library = "com.android.library:8.4.0"
gradle-android-dagger-hilt = "com.google.dagger.hilt.android:2.47"
gradle-catalogs-update = "nl.littlerobots.version-catalog-update:0.8.4"
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Technologies that will be used:
- Automatic release
- Toml dependencies
- Gradle plugins
- Kotlin K2
- Screenshots auto creation (coming soon)
- AI test auto creation (coming soon)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ object HiltExt {
@InstallIn(ActivityComponent::class)
internal interface ActivityCreatorEntryPoint {
@get:HiltViewModelMap.KeySet
val viewModelKeys: Set<String?>
val viewModelKeys: Map<Class<*>, Boolean>
val viewModelComponentBuilder: ViewModelComponentBuilder
}

Expand Down

0 comments on commit 9f0e1f1

Please sign in to comment.