Skip to content

Commit

Permalink
Upgrade to SDK 35 (Android 15)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Oct 2, 2024
1 parent b83efec commit 4af4a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networksurvey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ ext.networkSurveyMessagingVersion = '1.5.0'
ext.navigationVersion = '2.8.1'

android {
compileSdk 34
compileSdk 35
defaultConfig {
buildConfigField "String", "MESSAGING_API_VERSION", "\"${networkSurveyMessagingVersion}\""
buildConfigField 'String', "NS_API_KEY", "\"${nsApiKey}\""
applicationId "com.craxiom.networksurvey"
minSdkVersion 26
targetSdkVersion 34
targetSdkVersion 35
versionCode 85
versionName "1.30.2"
setProperty("archivesBaseName", "$applicationName-$versionName")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:fitsSystemWindows="true"
tools:context="com.craxiom.networksurvey.NetworkSurveyActivity">

<LinearLayout
Expand Down

0 comments on commit 4af4a9c

Please sign in to comment.