Skip to content

Commit

Permalink
Automatically add namespace to freerdpcore library.
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Jan 16, 2025
1 parent 7fa249b commit f95b9fa
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ build-*
upload_*
trigger-*
increment_*
install.sh
switch-to-*

remote-desktop-clients-libs-*

Expand Down
31 changes: 31 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/detekt.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
diff --git a/client/Android/Studio/freeRDPCore/build.gradle b/client/Android/Studio/freeRDPCore/build.gradle
index e2224c21c..62a573f3b 100644
--- a/client/Android/Studio/freeRDPCore/build.gradle
+++ b/client/Android/Studio/freeRDPCore/build.gradle
@@ -2,10 +2,10 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion = rootProject.ext.compileApi
- buildToolsVersion = rootProject.ext.toolsVersion
+

defaultConfig {
- minSdkVersion rootProject.ext.minApi
+ minSdkVersion 14
targetSdkVersion rootProject.ext.targetApi
vectorDrawables.useSupportLibrary = true
}
@@ -20,6 +20,7 @@ android {
renderscriptDebuggable true
}
}
+ namespace "com.freerdp.freerdpcore"
}

dependencies {

0 comments on commit f95b9fa

Please sign in to comment.