diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md deleted file mode 100644 index f7f3a262..00000000 --- a/app/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### 1.0.1 (2023-07-13) - - -### Bug Fixes - -* adding gradle files and github actions ([df7d7f2](https://github.com/rudderlabs/rudder-sdk-android/commit/df7d7f2fef54c2f1ac8435c576a66429aa10ab3f)) -* gradle files ([1522e25](https://github.com/rudderlabs/rudder-sdk-android/commit/1522e25197749caee93c7814e3c1836e7acb2b7b)) diff --git a/app/build.gradle b/app/build.gradle deleted file mode 100644 index 25e283ba..00000000 --- a/app/build.gradle +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Creator: Debanjan Chatterjee on 30/09/21, 11:41 PM Last modified: 30/09/21, 11:39 PM - * Copyright: All rights reserved Ⓒ 2021 http://rudderstack.com - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. You may obtain a - * copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either - * express or implied. See the License for the specific language governing - * permissions and limitations under the License. - */ - -plugins { - id 'com.android.application' - id 'kotlin-android' -} - -android { - compileSdk 34 - namespace 'com.rudderstack.android.demo' - - defaultConfig { - applicationId "com.rudderstack.android.demo" - minSdk 21 - targetSdk 34 - versionCode 1 - versionName "1.0" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - } - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - } - } - kotlinOptions { - jvmTarget = '17' - } - compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 - } - java { - sourceCompatibility = JavaVersion.VERSION_17 - targetCompatibility = JavaVersion.VERSION_17 - } -} - -dependencies { - - implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.material:material:1.3.0' - testImplementation 'junit:junit:4.+' -// androidTestImplementation 'androidx.test.ext:junit:1.1.2' -// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' -} diff --git a/app/gradle.properties b/app/gradle.properties deleted file mode 100644 index f2fe3673..00000000 --- a/app/gradle.properties +++ /dev/null @@ -1,17 +0,0 @@ -# -# Creator: Debanjan Chatterjee on 13/07/23, 10:14 am Last modified: 13/07/23, 10:14 am -# Copyright: All rights reserved ? 2023 http://rudderstack.com -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain a -# copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either -# express or implied. See the License for the specific language governing -# permissions and limitations under the License. -# - -android.useAndroidX=true -android.enableJetifier=true - diff --git a/settings.gradle b/settings.gradle index 9df85967..40a4b3f3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -27,7 +27,6 @@ dependencyResolutionManagement { } rootProject.name = "Rudder-Android-Libs" -//include ':app' include ':core' include ':android' include ':web'