Skip to content

Commit

Permalink
bump version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthMudgil committed Aug 16, 2023
1 parent 53f2970 commit 952b965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.sidharth.lg_motion"
minSdk 30
targetSdk 34
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/sidharth/lg_motion/util/KMLUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object KMLUtils {
<ScreenOverlay>
<name>Logo</name>
<Icon>
<href>https://raw.githubusercontent.com/SidharthMudgil/lg-motion/5635d30c536b04004ce131c2c940bd3b0883a305/logo.png</href>
<href>https://raw.githubusercontent.com/SidharthMudgil/lg-motion/53f29702b5b5e299da6cac01ce5c261dff40e8ee/logo.png</href>
</Icon>
<overlayXY x="0" y="1" xunits="fraction" yunits="fraction"/>
<screenXY x="0.02" y="0.95" xunits="fraction" yunits="fraction"/>
Expand Down

0 comments on commit 952b965

Please sign in to comment.