Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
niccellular committed Sep 20, 2023
1 parent 2880ded commit 1b891e9
Show file tree
Hide file tree
Showing 3 changed files with 19 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 @@ -8,7 +8,7 @@

buildscript {

ext.PLUGIN_VERSION = "1.0.2"
ext.PLUGIN_VERSION = "1.0.3"
ext.ATAK_VERSION = "4.8.1"

def takdevVersion = '2.+'
Expand Down Expand Up @@ -217,4 +217,4 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc"


}
}
1 change: 0 additions & 1 deletion app/key.jks

This file was deleted.

Binary file added app/key.jks
Binary file not shown.
1 change: 0 additions & 1 deletion local.properties

This file was deleted.

17 changes: 17 additions & 0 deletions local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Thu Sep 07 14:01:43 EDT 2023
ndk.dir=/Users/user/Library/Android/Sdk/ndk
sdk.dir=/Users/user/Library/Android/sdk
takDebugKeyAlias=key0
takDebugKeyFile=key.jks
takDebugKeyFilePassword=android
takDebugKeyPassword=android
takReleaseKeyAlias=key0
takReleaseKeyFile=key.jks
takReleaseKeyFilePassword=android
takReleaseKeyPassword=android

0 comments on commit 1b891e9

Please sign in to comment.