@@ -38,7 +38,7 @@ buildscript {
3838 return getProperty(urlKey, null ) != null
3939 }
4040
41- ext. takrepoUrl = getProperty(urlKey, ' http ://localhost/' )
41+ ext. takrepoUrl = getProperty(urlKey, ' https ://localhost/' )
4242 ext. takrepoUser = getProperty(' takrepo.user' , ' invalid' )
4343 ext. takrepoPassword = getProperty(' takrepo.password' , ' invalid' )
4444 ext. takdevPlugin = getProperty(' takdev.plugin' , " ${ rootDir} /../../atak-gradle-takdev.jar" )
@@ -59,7 +59,7 @@ buildscript {
5959 }
6060 }
6161 dependencies {
62- classpath ' com.android.tools.build:gradle:4.0 .2'
62+ classpath ' com.android.tools.build:gradle:4.2 .2'
6363 if (isDevKitEnabled()) {
6464 classpath " com.atakmap.gradle:atak-gradle-takdev:${ takdevVersion} "
6565 } else {
@@ -129,13 +129,18 @@ def getVersionCode() {
129129
130130
131131android {
132- compileSdkVersion 26
133- buildToolsVersion " 29 .0.2 "
132+ compileSdkVersion 33
133+ buildToolsVersion " 34 .0.0 "
134134
135135 dexOptions {
136136 jumboMode = true
137137 }
138138
139+ compileOptions {
140+ sourceCompatibility JavaVersion . VERSION_1_8
141+ targetCompatibility JavaVersion . VERSION_1_8
142+ }
143+
139144 lintOptions {
140145 checkReleaseBuilds true
141146 // Or, if you prefer, you can continue to check for errors in release builds,
@@ -289,6 +294,7 @@ android {
289294
290295dependencies {
291296 implementation fileTree(dir : ' libs' , include : ' *.jar' )
292- implementation ' com.paulmandal.atak:libcotshrink:1.0.2 '
293- // implementation 'com.google.protobuf:protobuf-lite:3.0.1'
297+ implementation ' com.paulmandal.atak:libcotshrink:1.0.3 '
298+
294299}
300+
0 commit comments