Skip to content

Commit

Permalink
Use base versioning in gradle.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
airxnoor committed May 8, 2024
1 parent eda1d3d commit cd72ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
#

# Versioning:
# Note 1: KMMBridge manages the patch number automatically, so please leave it out below.
# Note 2: Bump up the minor version when big changes happen, otherwise leave the version intact.
GROUP=com.airthings.lib
LIBRARY_VERSION=0.2.7
LIBRARY_VERSION=0.2

# Gradle/KMP options:
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
Expand Down

0 comments on commit cd72ac8

Please sign in to comment.