Skip to content

Commit

Permalink
v3.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 28, 2024
1 parent 7059d93 commit 9d1e1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4000m -Dfile.encoding=UTF-8 --illegal-access=permit -Dkotlin.daemon.jvm.options=--illegal-access=permit --add-opens java.base/java.util=ALL-UNNAMED
# Project version
version.name=3.0.0-M1
version.name=3.0.0-M2
# package.version must be major.minor.patch without meta
package.version=3.0.0
kotlin.mpp.androidSourceSetLayoutVersion=2
org.gradle.configuration-cache=true
# major(1)-minor(pad to 2)-patch(1)-meta(1)
android.version.code=30100
android.version.code=30200
android.compile.sdk=34
android.min.sdk=26

0 comments on commit 9d1e1c5

Please sign in to comment.